From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhang, Helin" Subject: Re: [PATCH v4 0/3] net/i40e: change for ptype parser Date: Sat, 20 Jan 2018 13:32:23 +0000 Message-ID: References: <1516024283-60714-1-git-send-email-beilei.xing@intel.com> <1516348206-89406-1-git-send-email-beilei.xing@intel.com> <039ED4275CED7440929022BC67E70611531316BD@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , "Yigit, Ferruh" To: "Zhang, Qi Z" , "Xing, Beilei" Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 9C92E199AC for ; Sat, 20 Jan 2018 14:32:26 +0100 (CET) In-Reply-To: <039ED4275CED7440929022BC67E70611531316BD@SHSMSX103.ccr.corp.intel.com> Content-Language: en-US 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: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhang, Qi Z > Sent: Saturday, January 20, 2018 9:19 PM > To: Xing, Beilei > Cc: dev@dpdk.org; Chilikin, Andrey > Subject: Re: [dpdk-dev] [PATCH v4 0/3] net/i40e: change for ptype parser >=20 >=20 >=20 > > -----Original Message----- > > From: Xing, Beilei > > Sent: Friday, January 19, 2018 3:50 PM > > To: Zhang, Qi Z > > Cc: dev@dpdk.org; Chilikin, Andrey > > Subject: [PATCH v4 0/3] net/i40e: change for ptype parser > > > > This patchset is mainly for fixing fail to update SW ptype table and > > adding parser for IPV4FRAG and IPV6FRAG. > > > > v4 changes: > > - Slipt patchset and replace strncmp with strncasecmp. > > v3 changes: > > - Reorder IPv4 case. > > v2 changes: > > - Add parser for IPV4FRAG and IPV6FRAG. > > > > Beilei Xing (3): > > net/i40e: fix fail to update ptype table > > net/i40e: add parser for IPV4FRAG and IPV6FRAG > > net/i40e: replace strncmp with strncasecmp > > > > drivers/net/i40e/i40e_ethdev.c | 83 > > +++++++++++++++++++++++++---------------- > > drivers/net/i40e/rte_pmd_i40e.c | 6 ++- > > 2 files changed, 54 insertions(+), 35 deletions(-) > > > > -- > > 2.5.5 >=20 > Acked-by: Qi Zhang Applied the series into dpdk-next-net-intel, thanks! =20 /Helin