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 3620EA0C46; Tue, 31 Aug 2021 17:26:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B0FB94013F; Tue, 31 Aug 2021 17:26:15 +0200 (CEST) Received: from mail-108-mta21.mxroute.com (mail-108-mta21.mxroute.com [136.175.108.21]) by mails.dpdk.org (Postfix) with ESMTP id 4EF6040041 for ; Tue, 31 Aug 2021 17:26:14 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta21.mxroute.com (ZoneMTA) with ESMTPSA id 17b9cd15a5600074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Tue, 31 Aug 2021 15:26:11 +0000 X-Zone-Loop: f2d8d749c50a31add5334c7e96378153cc6d256cf469 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=QI/95TnuVlop/8R7bPFe+gDxjN6lBGxNHFO7RIGvDmY=; b=FkZSMtKbjrs2/tUgMCE+wr7bbg 8Z5Xx7mRS51OcCVi9g/gRzS3RUJy1KMvKmyX28cmEM3Z2zGhEPeJxCuhiwlijkJ2zOlsYQC/eOkWp Av5zO4f6135N/98lZa3geVSH07RoIv45kS0I1G4p+6wBL7vbvNjhcNPij1RwGAfvQvcx8adh1bHtb TxbvnUlGrovTIjKAV6eZSGgYzvsy2RWdKxjvpafqM4a60BizOjSXtylTHDjFe08xOWSYlXOtytS8a EP6RD/rrQV8ZEy6WNgr96eGJq0CpzGPQDhSeWc/2pN/a2O/S1v0lpQCnj5C19KEuTbsEv5wCOVk5i EayrlWbg==; To: Robin Zhang , dev@dpdk.org Cc: beilei.xing@intel.com, anatoly.burakov@intel.com, jingjing.wu@intel.com, qi.z.zhang@intel.com, junfeng.guo@intel.com, stevex.yang@intel.com, David Marchand References: <20210830031215.557238-1-robinx.zhang@intel.com> From: "Kinsella, Ray" Message-ID: <457bdf09-e859-a7d8-d3f0-9986bb0a0f7c@ashroe.eu> Date: Tue, 31 Aug 2021 16:26:06 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210830031215.557238-1-robinx.zhang@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: Re: [dpdk-dev] [PATCH 0/3] net/i40e: remove i40evf 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" Please check dpdk documentation for references to i40evf also. See guides/nics/intel_vf.rst and guides/howto/lm_bond_virtio_sriov.rst. On 30/08/2021 04:12, Robin Zhang wrote: > In DPDK 21.05, iavf already became the default VF for i40e devices. > So remove i40evf due to it's no need to maintain now. > > Robin Zhang (3): > net/i40e: remove i40evf > net/iavf: remove i40evf devargs option > doc: remove old deprecation notice for i40e > > doc/guides/rel_notes/deprecation.rst | 8 - > drivers/net/i40e/i40e_ethdev.h | 1 - > drivers/net/i40e/i40e_ethdev_vf.c | 3015 -------------------------- > drivers/net/i40e/meson.build | 1 - > drivers/net/i40e/rte_pmd_i40e.c | 9 +- > drivers/net/iavf/iavf_ethdev.c | 52 +- > 6 files changed, 5 insertions(+), 3081 deletions(-) > delete mode 100644 drivers/net/i40e/i40e_ethdev_vf.c >