[dpdk-dev] [PATCH v3] net/i40e: fix parsing QinQ packets type issue

2016-09-23 Thread Bruce Richardson
On Thu, Sep 22, 2016 at 07:40:20AM +, Wu, Jingjing wrote: > > > > -Original Message- > > From: Xing, Beilei > > Sent: Monday, September 12, 2016 5:42 PM > > To: Wu, Jingjing > > Cc: dev at dpdk.org; Xing, Beilei > > Subject: [PATCH v3] net/i40e: fix parsing QinQ packets type issue > >

[dpdk-dev] [PATCH v3] net/i40e: fix parsing QinQ packets type issue

2016-09-22 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Monday, September 12, 2016 5:42 PM > To: Wu, Jingjing > Cc: dev at dpdk.org; Xing, Beilei > Subject: [PATCH v3] net/i40e: fix parsing QinQ packets type issue > > Previously, PTYPE filed in the RX descriptors is not set properly for QinQ >

[dpdk-dev] [PATCH v3] net/i40e: fix parsing QinQ packets type issue

2016-09-12 Thread Beilei Xing
Previously, PTYPE filed in the RX descriptors is not set properly for QinQ packets, wrong PTYPE is generated because outer Tag did not have ORT/PIT configured. Fix this issue by configuring ORT/PIT. Otherwise, this patch changes bitmask of outer VLAN tag in L2 header to support RSS and flow directo