test: remove CRC offload for bonding slave
authorReshma Pattan <reshma.pattan@intel.com>
Wed, 1 Aug 2018 12:19:18 +0000 (13:19 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 1 Aug 2018 14:36:04 +0000 (16:36 +0200)
commit336464c9b1b7df957c48ee97b295a38c8f1274da
treee34feaf94071f9ca120a52392c0ccd1a83517901
parentf5929159465772a1284e9ea1b87462ef2ab90e94
test: remove CRC offload for bonding slave

Link bonding unit tests uses net_null vdev as slaves,
and trying to configure DEV_RX_OFFLOAD_CRC_STRIP as offload
flags to vdev is not correct as vdev doesn't support offloads.

The unit test is reporting this as failure, so fix this by
removing the offloads.

Fixes: c6698a3e8f ("ethdev: convert remaining apps to new offload API")

Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
test/test/test_link_bonding_rssconf.c