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 E6485A04DE; Fri, 23 Oct 2020 05:07:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CA17D6A57; Fri, 23 Oct 2020 05:07:37 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0F1716949 for ; Fri, 23 Oct 2020 05:07:35 +0200 (CEST) IronPort-SDR: qgBqur2d3yRC8onJ7hIQBZ21YYXGHMCA6T2BxbL/X042x6dnyCgqt1hNr+OG7FRgq/Ckrdz5yH m5KKgJnf/Hog== X-IronPort-AV: E=McAfee;i="6000,8403,9782"; a="164128863" X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="164128863" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Oct 2020 20:07:34 -0700 IronPort-SDR: LWFzwVNgTXQU39GDfI1hUhQ5T3ZWuv+ThNVvQSgLXfnIVT36M0tjoIfWAZxo88X82d85l9RfSC RDZmBPBQ3CzQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="534224457" Received: from irsmsx606.ger.corp.intel.com ([163.33.146.139]) by orsmga005.jf.intel.com with ESMTP; 22 Oct 2020 20:07:32 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by IRSMSX606.ger.corp.intel.com (163.33.146.139) 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:31 +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:29 +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 2/3] ethdev: remove L2 tunnel offload control API Thread-Index: AQHWqFsIben/VQ8Qr0iAgR+KjcQonamj7NkAgACVp0A= Date: Fri, 23 Oct 2020 03:07:29 +0000 Message-ID: References: <1603361181-21556-1-git-send-email-arybchenko@solarflare.com> <1603361181-21556-3-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 2/3] ethdev: remove L2 tunnel offload control API 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:12 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 2/3] ethdev: remove L2 tunnel offload control API >=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 2/3] ethdev: remove L2 tunnel offload control API > > > > Remove rte_eth_dev_l2_tunnel_offload_set() and corresponding ethdev > > driver operation. > > > > Signed-off-by: Andrew Rybchenko > > --- > > app/test-pmd/cmdline.c | 455 -------------------- > > doc/guides/nics/features.rst | 2 - > > doc/guides/rel_notes/deprecation.rst | 6 - > > doc/guides/rel_notes/release_20_11.rst | 3 +- > > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 - > > drivers/net/ixgbe/ixgbe_ethdev.c | 333 -------------- >=20 > Acked-by: Haiyue Wang >=20 > @Jeff Even not supported via flow API, we should drop it firstly, what do= you > think ? >=20 Not bad.=20 Thanks Andrew. Acked-by: Jeff Guo > > lib/librte_ethdev/rte_ethdev.c | 32 -- > > lib/librte_ethdev/rte_ethdev.h | 30 -- > > lib/librte_ethdev/rte_ethdev_driver.h | 9 - > > lib/librte_ethdev/version.map | 1 - > > 10 files changed, 2 insertions(+), 876 deletions(-) >=20 >=20 > > 2.17.1 >=20