test/bonding: do not request CRC strip offload
authorFerruh Yigit <ferruh.yigit@intel.com>
Fri, 20 Jul 2018 15:59:41 +0000 (16:59 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 26 Jul 2018 19:46:38 +0000 (21:46 +0200)
commit2bd55cb990343c7e48112690be7b69156197dcf1
treee337dae0b770874f71f0d68440e83e4ae8fc355e
parent4f872116c59a1342dd7ab7165adf05a624480b70
test/bonding: do not request CRC strip offload

bonding PMD doesn't announce CRC STRIP offload support, don't request
this offload in unit test otherwise unit test fails.

Fixes: f52f1a65e461 ("ethdev: force offloading API rules")
Cc: stable@dpdk.org
Reported-by: Meijuan Zhao <meijuanx.zhao@intel.com>
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
test/test/test_link_bonding.c