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 0C429A0C43; Wed, 15 Sep 2021 06:03:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 92A614014F; Wed, 15 Sep 2021 06:03:12 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 2C6674003C for ; Wed, 15 Sep 2021 06:03:10 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10107"; a="307756625" X-IronPort-AV: E=Sophos;i="5.85,294,1624345200"; d="scan'208";a="307756625" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2021 21:03:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,294,1624345200"; d="scan'208";a="699845566" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga005.fm.intel.com with ESMTP; 14 Sep 2021 21:03:09 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Tue, 14 Sep 2021 21:03:08 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Wed, 15 Sep 2021 12:03:06 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.012; Wed, 15 Sep 2021 12:03:06 +0800 From: "Zhang, Qi Z" To: "Zhang, RobinX" , "dev@dpdk.org" CC: "Wang, Haiyue" , "Xing, Beilei" , "mdr@ashroe.eu" , "Wu, Jingjing" , "Burakov, Anatoly" , "Guo, Junfeng" , "Yang, SteveX" Thread-Topic: [PATCH v5 0/3] net/i40e: remove i40evf Thread-Index: AQHXqeEM9lbgj7Dqw0CtSB7yGAT9yaukeVBA Date: Wed, 15 Sep 2021 04:03:06 +0000 Message-ID: <7ec2462c78414e55b0ccce18fa8d8a0d@intel.com> References: <20210830031215.557238-1-robinx.zhang@intel.com> <20210915030959.59245-1-robinx.zhang@intel.com> In-Reply-To: <20210915030959.59245-1-robinx.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 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" > -----Original Message----- > From: Zhang, RobinX > Sent: Wednesday, September 15, 2021 11:10 AM > To: dev@dpdk.org > Cc: Wang, Haiyue ; Xing, Beilei > ; mdr@ashroe.eu; Wu, Jingjing > ; Burakov, Anatoly ; > Zhang, Qi Z ; Guo, Junfeng ; > Yang, SteveX ; Zhang, RobinX > > Subject: [PATCH v5 0/3] net/i40e: remove i40evf >=20 > 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. >=20 > v5: > - rebase code. >=20 > v4: > - resolve compile warning issue. >=20 > v3: > - remove VF related code in i40e_rxtx.c. >=20 > v2: > - update 21.11 release note, remove some missed documentation. >=20 > Robin Zhang (3): > net/i40e: remove i40evf > net/iavf: remove i40evf devargs option > doc: remove i40evf related documentation >=20 > doc/guides/howto/lm_bond_virtio_sriov.rst | 4 +- > doc/guides/nics/intel_vf.rst | 8 +- > doc/guides/rel_notes/deprecation.rst | 8 - > doc/guides/rel_notes/release_21_11.rst | 2 + > drivers/net/i40e/i40e_ethdev.h | 1 - > drivers/net/i40e/i40e_ethdev_vf.c | 3006 --------------------- > drivers/net/i40e/i40e_rxtx.c | 50 +- > drivers/net/i40e/meson.build | 1 - > drivers/net/i40e/rte_pmd_i40e.c | 9 +- > drivers/net/iavf/iavf_ethdev.c | 52 +- > 10 files changed, 26 insertions(+), 3115 deletions(-) delete mode 10064= 4 > drivers/net/i40e/i40e_ethdev_vf.c >=20 > -- > 2.25.1 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi