From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 16744A054F; Tue, 16 Mar 2021 12:27:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 85E0F4069F; Tue, 16 Mar 2021 12:27:04 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 9EED94003D for ; Tue, 16 Mar 2021 12:27:03 +0100 (CET) IronPort-SDR: wnzFpVWglXZ9DF4zsu9Oua1AtlAn/Emms80ioGlYBxWL/3Dg+zP21ZZ+2B8tL/eVhbYCPY/I+w Irr3tm3b207Q== X-IronPort-AV: E=McAfee;i="6000,8403,9924"; a="189333330" X-IronPort-AV: E=Sophos;i="5.81,251,1610438400"; d="scan'208";a="189333330" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2021 04:27:02 -0700 IronPort-SDR: Fs28tIz+v3f42CcO/GbtEWszhAOWB/6kbd6CDacOjZzUizcoPkJXrR8di3q4WlBB5F0Ti5k3Gj 3fVccNJShiMg== X-IronPort-AV: E=Sophos;i="5.81,251,1610438400"; d="scan'208";a="405516140" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.11.157]) ([10.252.11.157]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2021 04:27:01 -0700 To: Andrew Rybchenko Cc: dev@dpdk.org References: <20210311110325.3291203-1-andrew.rybchenko@oktetlabs.ru> <20210316085832.942481-1-andrew.rybchenko@oktetlabs.ru> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Tue, 16 Mar 2021 11:26:57 +0000 MIME-Version: 1.0 In-Reply-To: <20210316085832.942481-1-andrew.rybchenko@oktetlabs.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 0/8] common/sfc_efx: prepare to introduce vDPA driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/16/2021 8:58 AM, Andrew Rybchenko wrote: > Update base driver to provide functionality required by vDPA driver. > > Factor out helper functions to be shared by net and vDPA drivers. > > v4: > - fix Copyright year > > v3: > - one more attempt to fix windows build breakage > > v2: > - fix windows build breakage - do not build common/sfc_efx in the case > of windows > - remove undefined efx_virtio_* functions from version.map (since > EFSYS_OPT_VIRTIO is disabled) > > Vijay Kumar Srivastava (6): > common/sfc_efx/base: add virtio build dependency > common/sfc_efx/base: add support to get virtio features > common/sfc_efx/base: add support to verify virtio features > common/sfc_efx: add support to get the device class > net/sfc: skip driver probe for incompatible device class > drivers: add common driver API to get efx family > > Vijay Srivastava (2): > common/sfc_efx/base: add base virtio support for vDPA > common/sfc_efx/base: add API to get VirtQ doorbell offset > The driver adds vDPA support, I believe it worth mentioning in the driver documentation and in the release notes, can you please send a new version with documentation updates?