From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test: fix ethdev config offloads in bond unit test Date: Wed, 01 Aug 2018 16:16:14 +0200 Message-ID: <2021454.VTndvSNTca@xps> References: <1533125958-18263-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, radu.nicolau@intel.com, declan.doherty@intel.com To: Reshma Pattan Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 75D527CD9 for ; Wed, 1 Aug 2018 16:16:20 +0200 (CEST) In-Reply-To: <1533125958-18263-1-git-send-email-reshma.pattan@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 this by > removing the offloads. > > Fixes: c6698a3e8f ("ethdev: convert remaining apps to new offload API") > > Signed-off-by: Reshma Pattan Applied, thanks