From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1B3E71B513 for ; Fri, 3 Aug 2018 03:44:26 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Aug 2018 18:44:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,437,1526367600"; d="scan'208";a="60056999" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga008.fm.intel.com with ESMTP; 02 Aug 2018 18:44:20 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 2 Aug 2018 18:44:20 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 2 Aug 2018 18:44:20 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.57]) by shsmsx102.ccr.corp.intel.com ([169.254.2.124]) with mapi id 14.03.0319.002; Fri, 3 Aug 2018 09:44:18 +0800 From: "Wu, ChangqingX" To: "Pattan, Reshma" , "dev@dpdk.org" , "Nicolau, Radu" , "Doherty, Declan" CC: "Pattan, Reshma" Thread-Topic: [dpdk-dev] [PATCH] test: fix ethdev config offloads in bond unit test Thread-Index: AQHUKZHzpueixbazCEOUVDPWzyzn9KStQ5eA Date: Fri, 3 Aug 2018 01:44:15 +0000 Message-ID: <7F81DD3887C58F49A6B2EFEC3C28E22EB8BD00@SHSMSX101.ccr.corp.intel.com> References: <1533125958-18263-1-git-send-email-reshma.pattan@intel.com> In-Reply-To: <1533125958-18263-1-git-send-email-reshma.pattan@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] test: fix ethdev config offloads in bond unit test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2018 01:44:27 -0000 -----Original Message----- From: dev [mailto:dev-bounces@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 t= est From: Reshma Pattan Link bonding unit tests uses net_null vdev as slaves, and trying to configu= re 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 off= loads. Fixes: c6698a3e8f ("ethdev: convert remaining apps to new offload API") Signed-off-by: Reshma Pattan Tested-by: Wu,ChangqingX