Re: [dpdk-dev] [PATCH v4 0/3] net/i40e: change for ptype parser

2018-01-20 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-boun...@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 > &g

Re: [dpdk-dev] [PATCH v4 0/3] net/i40e: change for ptype parser

2018-01-20 Thread Zhang, Qi Z
> -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

[dpdk-dev] [PATCH v4 0/3] net/i40e: change for ptype parser

2018-01-18 Thread Beilei Xing
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