From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BE95EA04DE; Fri, 23 Oct 2020 05:07:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 16EE85A53; Fri, 23 Oct 2020 05:07:14 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A3D8B592C for ; Fri, 23 Oct 2020 05:07:11 +0200 (CEST) IronPort-SDR: B2PE/CCg70CVS6nR40oBsciuRiEWclY2bsA24cPSi6soDO/OS9FaDeHqtaAJdWw0pYVxZDqIBI RcPW4ipGceJg== X-IronPort-AV: E=McAfee;i="6000,8403,9782"; a="167745070" X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="167745070" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Oct 2020 20:07:10 -0700 IronPort-SDR: sMsFgytLoEXhDCabIZSzRViCIO07lkfMmPIgwr+EKI/IR8lD6Znu/gqrM+16cWQ/R8XK3XzVkU /SQ1t5ljxk9g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="524526171" Received: from irsmsx603.ger.corp.intel.com ([163.33.146.9]) by fmsmga005.fm.intel.com with ESMTP; 22 Oct 2020 20:07:09 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by irsmsx603.ger.corp.intel.com (163.33.146.9) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 23 Oct 2020 04:07:07 +0100 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.1713.004; Fri, 23 Oct 2020 11:07:05 +0800 From: "Guo, Jia" To: "Wang, Haiyue" , Andrew Rybchenko , "Lu, Wenzhuo" , "Xing, Beilei" , "Iremonger, Bernard" , Ray Kinsella , Neil Horman , Thomas Monjalon , "Yigit, Ferruh" , Andrew Rybchenko CC: "dev@dpdk.org" Thread-Topic: [PATCH 1/3] ethdev: remove API to config L2 tunnel EtherType Thread-Index: AQHWqFsJrJGE0zo2qE215QRtLzyl9amj7FgAgACVdEA= Date: Fri, 23 Oct 2020 03:07:05 +0000 Message-ID: References: <1603361181-21556-1-git-send-email-arybchenko@solarflare.com> <1603361181-21556-2-git-send-email-arybchenko@solarflare.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-reaction: no-action dlp-version: 11.5.1.3 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 1/3] ethdev: remove API to config L2 tunnel EtherType X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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: Wang, Haiyue > Sent: Friday, October 23, 2020 10:10 AM > To: Andrew Rybchenko ; Lu, Wenzhuo > ; Xing, Beilei ; Iremonger, > Bernard ; Ray Kinsella ; > Neil Horman ; Guo, Jia ; > Thomas Monjalon ; Yigit, Ferruh > ; Andrew Rybchenko > > Cc: dev@dpdk.org > Subject: RE: [PATCH 1/3] ethdev: remove API to config L2 tunnel EtherType >=20 > > -----Original Message----- > > From: Andrew Rybchenko > > Sent: Thursday, October 22, 2020 18:06 > > To: Lu, Wenzhuo ; Xing, Beilei > > ; Iremonger, Bernard > > ; Ray Kinsella ; Neil > > Horman ; Guo, Jia ; Wang, > > Haiyue ; Thomas Monjalon > ; > > Yigit, Ferruh ; Andrew Rybchenko > > > > Cc: dev@dpdk.org > > Subject: [PATCH 1/3] ethdev: remove API to config L2 tunnel EtherType > > > > Remove rte_eth_dev_l2_tunnel_eth_type_conf() and corresponding > ethdev > > driver operation. > > > > Signed-off-by: Andrew Rybchenko > > --- > > app/test-pmd/cmdline.c | 122 -------------------- > > doc/guides/nics/features.rst | 1 - > > doc/guides/rel_notes/deprecation.rst | 2 +- > > doc/guides/rel_notes/release_20_11.rst | 3 + > > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 4 - > > drivers/net/ixgbe/ixgbe_ethdev.c | 30 ----- >=20 > Acked-by: Haiyue Wang >=20 > @Guo, Jia Even not supported via flow API, we should drop it firstly, wha= t do > you think ? >=20 Not bad.=20 Thanks Andrew. Acked-by: Jeff Guo > > lib/librte_ethdev/rte_ethdev.c | 24 ---- > > lib/librte_ethdev/rte_ethdev.h | 19 --- > > lib/librte_ethdev/rte_ethdev_driver.h | 6 - > > lib/librte_ethdev/version.map | 1 - > > 10 files changed, 4 insertions(+), 208 deletions(-) > > >=20 >=20 >=20 > > -- > > 2.17.1 >=20