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 0D3C4A0C4D; Mon, 6 Sep 2021 03:10:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E891840E32; Mon, 6 Sep 2021 03:10:42 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 8B48740C35 for ; Mon, 6 Sep 2021 03:10:41 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10098"; a="207078056" X-IronPort-AV: E=Sophos;i="5.85,271,1624345200"; d="scan'208";a="207078056" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Sep 2021 18:10:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,271,1624345200"; d="scan'208";a="429704054" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga006.jf.intel.com with ESMTP; 05 Sep 2021 18:10:40 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Sun, 5 Sep 2021 18:10:39 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Mon, 6 Sep 2021 09:10:37 +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; Mon, 6 Sep 2021 09:10:37 +0800 From: "Zhang, Qi Z" To: "Zhang, RobinX" , "dev@dpdk.org" CC: "Xing, Beilei" , "Burakov, Anatoly" , "Wu, Jingjing" , "mdr@ashroe.eu" , "Guo, Junfeng" , "Yang, SteveX" , "david.marchand@redhat.com" , "ktraynor@redhat.com" Thread-Topic: [PATCH v2 1/3] net/i40e: remove i40evf Thread-Index: AQHXnuOaEhKxaeijek6OgvS+akU7sauWOGvw Date: Mon, 6 Sep 2021 01:10:37 +0000 Message-ID: <470135d734d747799cf17848736d7793@intel.com> References: <20210830031215.557238-1-robinx.zhang@intel.com> <20210901033059.767679-1-robinx.zhang@intel.com> <20210901033059.767679-2-robinx.zhang@intel.com> In-Reply-To: <20210901033059.767679-2-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.5.1.3 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 v2 1/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 1, 2021 11:31 AM > To: dev@dpdk.org > Cc: Xing, Beilei ; Burakov, Anatoly > ; Wu, Jingjing ; > mdr@ashroe.eu; Zhang, Qi Z ; Guo, Junfeng > ; Yang, SteveX ; > david.marchand@redhat.com; ktraynor@redhat.com; Zhang, RobinX > > Subject: [PATCH v2 1/3] net/i40e: remove i40evf >=20 > The default VF driver for Intel 700 Series Ethernet Controller already > switch to iavf in DPDK 21.05. And i40evf is no need to maintain now, > so remove i40evf related code. >=20 > Signed-off-by: Robin Zhang > --- > 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 +- > 4 files changed, 3 insertions(+), 3023 deletions(-) > delete mode 100644 drivers/net/i40e/i40e_ethdev_vf.c I saw some VF related code in i40e_rxtx.c might also need to be removed grep i40e_vf driver/net/i40e/i40e_rxtx.c