[dpdk-dev] [PATCH] test: fix ethdev config offloads in bond unit test

Wu, ChangqingX changqingx.wu at intel.com
Fri Aug 3 03:44:15 CEST 2018


-----Original Message-----
From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Reshma Pattan
Sent: Wednesday, August 1, 2018 8:19 PM
To: dev at dpdk.org; Nicolau, Radu; Doherty, Declan
Cc: Pattan, Reshma
Subject: [dpdk-dev] [PATCH] test: fix ethdev config offloads in bond unit test

From: Reshma Pattan <reshma.pattan at intel.com>

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 at intel.com>
Tested-by: Wu,ChangqingX <changqingx.wu at intel.com>


More information about the dev mailing list