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 37E54A054F; Tue, 16 Mar 2021 12:30:10 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 048454069F; Tue, 16 Mar 2021 12:30:10 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 541644003D for ; Tue, 16 Mar 2021 12:30:09 +0100 (CET) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id D579F7F4A0; Tue, 16 Mar 2021 14:30:08 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru D579F7F4A0 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1615894208; bh=Jgy4HXJy9aNEe2IzUqm1t422q4L6so+LYSX5tmCisD0=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=o7VMbrj/GJlp4UBoQn48M96n2ELwNjl+3gjtIPhXzBtCf4kM8+DvNZHTzDzBm1CvZ zbHlFmFs6y0Ot5spwo/XiDA51ua2zeQwmVNvB9z7pOVgUQSPSnqgstDnXGzatyGtto qrhkJd7EbMb9/wG5qjrklnfoRdUD+7CMkEzk/4Cw= To: Ferruh Yigit Cc: dev@dpdk.org References: <20210311110325.3291203-1-andrew.rybchenko@oktetlabs.ru> <20210316085832.942481-1-andrew.rybchenko@oktetlabs.ru> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: Date: Tue, 16 Mar 2021 14:30:08 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US 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/21 2:26 PM, Ferruh Yigit wrote: > 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? No, no. It is just preparations to introduce the vDPA driver. vDPA drier will be added in a subsequent patches and I'll ensure that it is mentioned in release notes etc.