Re: [dpdk-dev] [PATCH v3] net/i40e: fix packet type parser issue

2018-01-20 Thread Zhang, Helin
ge- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhang, Qi Z > > Sent: Tuesday, January 16, 2018 7:56 AM > > To: Xing, Beilei > > Cc: dev@dpdk.org; sta...@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: fix packet type parser > > issue

Re: [dpdk-dev] [PATCH v3] net/i40e: fix packet type parser issue

2018-01-17 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhang, Qi Z > Sent: Tuesday, January 16, 2018 7:56 AM > To: Xing, Beilei > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: fix packet type parser issue > &g

Re: [dpdk-dev] [PATCH v3] net/i40e: fix packet type parser issue

2018-01-15 Thread Zhang, Qi Z
> -Original Message- > From: Xing, Beilei > Sent: Monday, January 15, 2018 9:51 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH v3] net/i40e: fix packet type parser issue > > Ptype mapping table will fail to update when loading PPP profile, fix the > issue >

[dpdk-dev] [PATCH v3] net/i40e: fix packet type parser issue

2018-01-15 Thread Beilei Xing
Ptype mapping table will fail to update when loading PPP profile, fix the issue via modifying metadata and adding check. This patch also adds parser for IPV4FRAG and IPV6FRAG. Fixes: ab2e350c4f4b ("net/i40e: improve packet type parser") Cc: sta...@dpdk.org Signed-off-by: Beilei Xing --- v3 chan