Re: [dpdk-dev] [dpdk-dev v3 1/3] examples: enable HW CRC strip by default

2017-03-22 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Thursday, March 23, 2017 1:44 PM > To: Zhang, Helin ; Wu, Jingjing > > Cc: dev@dpdk.org; Guo, Jia ; sta...@dpdk.org > Subject: [dpdk-dev v3 1/3] examples: enable HW CRC strip by default > > Since VF has no ability to disable/enable HW CRC st

[dpdk-dev] [dpdk-dev v3 1/3] examples: enable HW CRC strip by default

2017-03-22 Thread Jeff Guo
Since VF has no ability to disable/enable HW CRC strip for non-DPDK PF drivers, and for most case of kernel driver default enable HW CRC strip, if disable HW CRC strip in example app's rxmode, VF driver will return fail and result the VF launch failure. So this patch default to enable HW CRC strip

[dpdk-dev] [dpdk-dev v3 1/3] examples: enable HW CRC strip by default

2017-03-22 Thread Jeff Guo
Since VF has no ability to disable/enable HW CRC strip for non-DPDK PF drivers, and for most case of kernel driver default enable HW CRC strip, if disable HW CRC strip in example app's rxmode, VF driver will return fail and result the VF launch failure. So this patch default to enable HW CRC strip