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

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

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

2018-08-01 Thread Thomas Monjalon
01/08/2018 14:19, Reshma Pattan: > From: Reshma Pattan > > 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 t

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

2018-08-01 Thread Reshma Pattan
From: Reshma Pattan 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: c6698a3e8