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 F2AA4A04DE; Fri, 23 Oct 2020 05:10:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8F5885A53; Fri, 23 Oct 2020 05:10:17 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 121D6592C for ; Fri, 23 Oct 2020 05:10:14 +0200 (CEST) IronPort-SDR: 0JygTNg6LuG2PuZVvNKl2lJPXR8MQuCgdUxl07QTphm6+OF3qOXDm/94yoyvnISlvtH0jnfUMv jT3EQEVVKCzA== X-IronPort-AV: E=McAfee;i="6000,8403,9782"; a="155406996" X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="155406996" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Oct 2020 20:10:13 -0700 IronPort-SDR: pPOrXy9dILHf/d9ciGvpZQNCML7RqhGjaspo/KlRDgZ7zrQxbUsFDiGWJOcOUiufzoJbQ2P41d /vUYo/ZrcxGQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="523356225" Received: from irsmsx601.ger.corp.intel.com ([163.33.146.7]) by fmsmga006.fm.intel.com with ESMTP; 22 Oct 2020 20:10:11 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by irsmsx601.ger.corp.intel.com (163.33.146.7) 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:10:09 +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:10:07 +0800 From: "Guo, Jia" To: "Wang, Haiyue" , Andrew Rybchenko , Thomas Monjalon , "Yigit, Ferruh" , Andrew Rybchenko CC: "dev@dpdk.org" Thread-Topic: [PATCH 3/3] ethdev: move L2 tunnel config structure to ixgbe driver Thread-Index: AQHWqFsJbIPHJYtFL0KSRZMqYRHYAKmj7ScAgACVdsA= Date: Fri, 23 Oct 2020 03:10:07 +0000 Message-ID: <4b8daf0bf73241c686f47e050781d015@intel.com> References: <1603361181-21556-1-git-send-email-arybchenko@solarflare.com> <1603361181-21556-4-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 3/3] ethdev: move L2 tunnel config structure to ixgbe driver 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:13 AM > To: Andrew Rybchenko ; Guo, Jia > ; Thomas Monjalon ; Yigit, > Ferruh ; Andrew Rybchenko > > Cc: dev@dpdk.org > Subject: RE: [PATCH 3/3] ethdev: move L2 tunnel config structure to ixgbe > driver >=20 > > -----Original Message----- > > From: Andrew Rybchenko > > Sent: Thursday, October 22, 2020 18:06 > > To: Guo, Jia ; Wang, Haiyue > > ; Thomas Monjalon ; > Yigit, > > Ferruh ; Andrew Rybchenko > > > > Cc: dev@dpdk.org > > Subject: [PATCH 3/3] ethdev: move L2 tunnel config structure to ixgbe > > driver > > > > net/ixgbe driver is the only user of the struct rte_eth_l2_tunnel_conf. > > Move it to the driver and use ixgbe_ prefix instead of rte_eth_. > > > > Signed-off-by: Andrew Rybchenko > > --- > > drivers/net/ixgbe/ixgbe_ethdev.c | 12 ++++----- > > drivers/net/ixgbe/ixgbe_ethdev.h | 16 ++++++++++-- > > drivers/net/ixgbe/ixgbe_flow.c | 42 ++++++++++++++++---------------- > > lib/librte_ethdev/rte_eth_ctrl.h | 11 --------- > > 4 files changed, 41 insertions(+), 40 deletions(-) >=20 > Acked-by: Haiyue Wang Please check if the apply issue is exist. After that, please add my ack. Thanks Andrew. >=20 >=20 > > -- > > 2.17.1 >=20