[dpdk-dev] [PATCH v2] net/i40e: fix dropping packets with Ethertype 0x88A8

2016-09-21 Thread Bruce Richardson
On Wed, Aug 17, 2016 at 03:09:43AM +, Wu, Jingjing wrote: > > > > -Original Message- > > From: Xing, Beilei > > Sent: Wednesday, August 17, 2016 9:58 AM > > To: Wu, Jingjing > > Cc: dev at dpdk.org; Xing, Beilei > > Subject: [PATCH v2] net/i40e: fix dropping packets with Ethertype 0x8

[dpdk-dev] [PATCH v2] net/i40e: fix dropping packets with Ethertype 0x88A8

2016-08-17 Thread Beilei Xing
Refer to FW default setting, Ethertype 0x88A8 is treated as S-TAG, packects with S-TAG should be received in Port Virtualizer mode, but Port Virtual mode is not initialized in DPDK. So X710 will drop packets with Ethertype 0x88A8. This patch fixes this issue by turning off S-TAG identification. Fi

[dpdk-dev] [PATCH v2] net/i40e: fix dropping packets with Ethertype 0x88A8

2016-08-17 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Wednesday, August 17, 2016 9:58 AM > To: Wu, Jingjing > Cc: dev at dpdk.org; Xing, Beilei > Subject: [PATCH v2] net/i40e: fix dropping packets with Ethertype 0x88A8 > > Refer to FW default setting, Ethertype 0x88A8 is treated as S-TAG, pa