From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0CC63C33CA3 for ; Fri, 10 Jan 2020 18:30:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CC57E2080D for ; Fri, 10 Jan 2020 18:30:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578681049; bh=fWYpDygwtZyYnO5ifpqIXsux7tX8m/qF/p7JS6nIZXM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=bKhbsEKG/+JxwC29fGZKQ4OOHIcsDdsS+etZIBZMgJ4NzTBYLo2xB/POEQJQ8wtmp x0jvLRJAG4hFsncMUfozBn5Fc/8aNXbophuRCfnevN0EwszRz1Jv+6aNCuOaFNUi4R oNlkSOELUVL0Ly8ridqmlY3rsOahvkdTMR7jXhww= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728636AbgAJSat (ORCPT ); Fri, 10 Jan 2020 13:30:49 -0500 Received: from mail.kernel.org ([198.145.29.99]:49044 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726346AbgAJSas (ORCPT ); Fri, 10 Jan 2020 13:30:48 -0500 Received: from localhost (unknown [213.57.247.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D017E2082E; Fri, 10 Jan 2020 18:30:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578681048; bh=fWYpDygwtZyYnO5ifpqIXsux7tX8m/qF/p7JS6nIZXM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Qnv9t4J2opmWf12DZJjT1oO+uQEftCdMN/t6S5GK8K4AVh9z0JsF4AtsbW4HTStGx 19Uf+uyHvoT/2KRZsLC3YpzLSRBywoFDwpAy2CZq7bO4t88LRC+kPG5E+Bn7ExWwPl Ka3dplJpSjI2SGpcJpsZ+24M0zUABncfzLPynxxY= Date: Fri, 10 Jan 2020 20:30:41 +0200 From: Leon Romanovsky To: Jason Gunthorpe Cc: Saeed Mahameed , Doug Ledford , RDMA mailing list , Shahaf Shuler , Yishai Hadas , linux-netdev Subject: Re: [PATCH rdma-next 0/5] VIRTIO_NET Emulation Offload Message-ID: <20200110183041.GA6871@unreal> References: <20191212110928.334995-1-leon@kernel.org> <20200107193744.GB18256@ziepe.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200107193744.GB18256@ziepe.ca> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Jan 07, 2020 at 03:37:44PM -0400, Jason Gunthorpe wrote: > On Thu, Dec 12, 2019 at 01:09:23PM +0200, Leon Romanovsky wrote: > > From: Leon Romanovsky > > > > Hi, > > > > In this series, we introduce VIRTIO_NET_Q HW offload capability, so SW will > > be able to create special general object with relevant virtqueue properties. > > > > This series is based on -rc patches: > > https://lore.kernel.org/linux-rdma/20191212100237.330654-1-leon@kernel.org > > > > Thanks > > > > Yishai Hadas (5): > > net/mlx5: Add Virtio Emulation related device capabilities > > net/mlx5: Expose vDPA emulation device capabilities > > This series looks OK enough to me. Saeed can you update the share > branch with the two patches? Merged, thanks, ca1992c62cad net/mlx5: Expose vDPA emulation device capabilities 90fbca595243 net/mlx5: Add Virtio Emulation related device capabilities