From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id F18F8288C; Thu, 26 Jul 2018 21:46:21 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5CD74215C6; Thu, 26 Jul 2018 15:46:21 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 26 Jul 2018 15:46:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=wACq2T3elWUZfu9hDhQ+k4Ue87 lxSb6hqhCuA/m6YRk=; b=gaSnFMehYERBK9fdnsh9jobEc1ZcdlpGqgKhSVslCQ 4oqXAcnzkUitaqf2tGPihearo/6VffjbI2uuAAqSK007Cs/zYQfpQ7vyi1g90n7S IZoKiLoOuCVC4rrlg17sgeqvofR6YyL3ysanTmSabU4oft6wtUr9rivHMLEhQtbH Q= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=wACq2T 3elWUZfu9hDhQ+k4Ue87lxSb6hqhCuA/m6YRk=; b=cJDAOYMfqqdD2Ie+4LirAu 5FxluAOwnO2xjzdDiYwna1Eya0GAOxWs0QxB0kauORDaImufDIwQfJKO1d4pw75g ArBzk9OX7FQLzrToF8UhDlOM0wdxoGkaW2PeYdacDRFbmBGvsO5Oj1SgFdvBHeJ8 A/TeyKUnY4LHJvg8dwMcG/iqGSe67z89GBZaYUkc9BIkNGrGRymLv6Mtcep6OSOG ZPuqnIKWsXvEh5uwRbmviRY03Bu5HRf3nigcFI+nZgi83LhNtYPLPpI6KW3tXV5g V+0vI0LGV8Nh8dWJ34Z75CCZ8xOc/4dTELnDYNGqPynxK9UzIq/kOoV6PLo4i0rQ == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 56AA610268; Thu, 26 Jul 2018 15:46:20 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: stable@dpdk.org, Declan Doherty , Chas Williams , dev@dpdk.org Date: Thu, 26 Jul 2018 21:46:15 +0200 Message-ID: <16480768.J1H9DbpJ65@xps> In-Reply-To: <20180720155941.35021-1-ferruh.yigit@intel.com> References: <20180720155941.35021-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] test/bonding: don't request CRC STRIP offload 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: Thu, 26 Jul 2018 19:46:22 -0000 20/07/2018 17:59, Ferruh Yigit: > 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 > Signed-off-by: Ferruh Yigit Applied, thanks