app: enable HW CRC strip by default
authorJeff Guo <jia.guo@intel.com>
Sat, 8 Apr 2017 05:56:40 +0000 (13:56 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 10 Apr 2017 20:35:48 +0000 (22:35 +0200)
commit79dd163fcaac74006ab607b6c0d1baacc9c40d92
tree8f9a3848736e3fc6b3ab008926451796cdd19c19
parentbe1d4e8564d34312f624781678c884a61e35f3b8
app: enable HW CRC strip by default

Since VF can not disable/enable HW CRC strip for non-DPDK PF drivers,
and kernel driver almost default enable that feature, if disable it in
app's rxmode, VF driver will report the VF launch failure. So this
patch default to enable HW CRC strip to let VF launch successful.

Cc: stable@dpdk.org
Signed-off-by: Jeff Guo <jia.guo@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
app/test-pmd/parameters.c
app/test-pmd/testpmd.c
doc/guides/howto/virtio_user_as_exceptional_path.rst
doc/guides/nics/thunderx.rst
doc/guides/testpmd_app_ug/run_app.rst
doc/guides/testpmd_app_ug/testpmd_funcs.rst