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

2017-12-19 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Beilei Xing > Sent: Friday, December 8, 2017 3:41 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v2] net/i40e: fix VF Tx error issue > > When using

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

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