Re: [dpdk-dev] [PATCH] net/i40e: fix VF testpmd startup failure issue

2018-02-02 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Xing, Beilei > Sent: Friday, February 2, 2018 6:44 PM > To: Li, Xiaoyun > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix VF testpmd sta

Re: [dpdk-dev] [PATCH] net/i40e: fix VF testpmd startup failure issue

2018-02-02 Thread Xing, Beilei
> -Original Message- > From: Li, Xiaoyun > Sent: Friday, February 2, 2018 1:45 PM > To: Xing, Beilei > Cc: dev@dpdk.org; Li, Xiaoyun ; sta...@dpdk.org > Subject: [PATCH] net/i40e: fix VF testpmd startup failure issue > > New testpmd will get CRC strip offload from rx_offload_capa. I40ev

[dpdk-dev] [PATCH] net/i40e: fix VF testpmd startup failure issue

2018-02-01 Thread Xiaoyun Li
New testpmd will get CRC strip offload from rx_offload_capa. I40evf cannot disable CRC strip. And in fact, it is enabled by PF. This patch solves the issue by adding CRC strip flag into rx_offload_capa in i40e and i40evf. Fixes: 8b9bd0efe0b6 ("app/testpmd: disable Rx VLAN offloads by default") Cc: