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

2018-01-14 Thread Xing, Beilei
> -Original Message- > From: Zhang, Qi Z > Sent: Sunday, January 14, 2018 12:02 PM > To: Xing, Beilei > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: RE: [PATCH v2] net/i40e: fix packet type parser issue > > > > > -Original Message- > > From: Xing, Beilei > > Sent: Friday, Janu

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

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

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

2018-01-12 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 --- v2 chan