From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id ACAD92BB2 for ; Thu, 10 Mar 2016 01:44:08 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 09 Mar 2016 16:44:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,313,1455004800"; d="scan'208";a="920569571" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 09 Mar 2016 16:44:07 -0800 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 9 Mar 2016 16:44:07 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 9 Mar 2016 16:44:07 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.232]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.42]) with mapi id 14.03.0248.002; Thu, 10 Mar 2016 08:44:05 +0800 From: "Lu, Wenzhuo" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v7 0/5] support E-tag offloading and forwarding on X550 Thread-Index: AQHReeu/I53ZngrJ2EO8YOBd+4PLGZ9R1z0Q Date: Thu, 10 Mar 2016 00:44:05 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909034399EF@shsmsx102.ccr.corp.intel.com> References: <1454051035-25757-1-git-send-email-wenzhuo.lu@intel.com> <1457509482-4297-1-git-send-email-wenzhuo.lu@intel.com> <3254411.yH4elChKju@xps13> In-Reply-To: <3254411.yH4elChKju@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v7 0/5] support E-tag offloading and forwarding on X550 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 00:44:09 -0000 Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, March 9, 2016 6:07 PM > To: Lu, Wenzhuo > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v7 0/5] support E-tag offloading and forwa= rding > on X550 >=20 > 2016-03-09 15:44, Wenzhuo Lu: > > v7: > > - Squash the l2 tunnel filter ops to filter ctrl ops. >=20 > No you have not. > Please check rte_eth_dev_filter_ctrl() Do you mean these two should be replaced too? But they're not filter. So, h= ave to say I'm confused. rte_eth_dev_l2_tunnel_eth_type_conf; rte_eth_dev_l2_tunnel_offload_set; I've replaced rte_eth_dev_l2_tunnel_filter_add and rte_eth_dev_l2_tunnel_fi= lter_del with rte_eth_dev_filter_ctrl.