numam-dpdk/app
Ferruh Yigit 788e7ff29c app/testpmd: enable CRC strip without capability check
Some hardware doesn't support disabling CRC strip. In techboard it has
been decided to enable CRC strip always.

The testpmd update in commit 8b9bd0efe0, enables CRC strip only if
PMD reports CRC strip capability. Not all PMDs updated to report CRC
strip.

For the PMDs not reporting CRC strip testpmd behavior changed and
disabling CRC strip for them. And this may generate error for PMDs that
doesn't support disabling CRC strip.

Removing capability check for this release. In long term there can be
option to remove CRC strip flag completely or adding a new flag to let
PMD say disabling is not supported.

Fixes: 8b9bd0efe0 ("app/testpmd: disable Rx VLAN offloads by default")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2018-02-08 18:42:14 +01:00
..
pdump mk: add experimental tag check 2018-01-29 23:35:29 +01:00
proc_info mk: add experimental tag check 2018-01-29 23:35:29 +01:00
test-bbdev app/bbdev: fix unchecked return value 2018-01-31 18:48:49 +01:00
test-crypto-perf app/crypto-perf: fix out-of-bounds array access 2018-01-29 20:22:33 +01:00
test-eventdev build: fix dependency on execinfo for BSD meson builds 2018-02-02 11:31:36 +01:00
test-pmd app/testpmd: enable CRC strip without capability check 2018-02-08 18:42:14 +01:00
Makefile app/testbbdev: add test application for bbdev 2018-01-19 01:44:25 +01:00
meson.build app/eventdev: build with meson 2018-01-30 21:58:59 +01:00