Re: [dpdk-dev] [PATCH] net/i40e: fix VF Tx error issue

2017-12-04 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Tuesday, December 5, 2017 10:41 AM > To: Wu, Jingjing ; Zhang, Qi Z > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH] net/i40e: fix VF Tx error issue > > When using kernel PF + DPDK VF, if setting VLAN strip on or off in VF side >

[dpdk-dev] [PATCH] net/i40e: fix VF Tx error issue

2017-12-04 Thread Beilei Xing
When using kernel PF + DPDK VF, if setting VLAN strip on or off in VF side after setting VLAN for VF with ethtool in PF side, it will case VF Tx error. The root case is that setting VLAN for VF in kernel PF side is to set PVID, then Rx VLAN offload is not permitted. This patch fixes the issue by ch