From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Lu, Wenzhuo" Subject: Re: [PATCH v7 0/5] support E-tag offloading and forwarding on X550 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Thomas Monjalon 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) In-Reply-To: <3254411.yH4elChKju@xps13> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.