From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: set keep CRC offload flag Date: Mon, 16 Jul 2018 00:33:12 +0200 Message-ID: <3345086.t8rsocCVh4@xps> References: <20180703184452.43832-1-ferruh.yigit@intel.com> <8CEF83825BEC744B83065625E567D7C260CC6B7B@IRSMSX107.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Iremonger, Bernard" , "Lu, Wenzhuo" , "Wu, Jingjing" To: "Yigit, Ferruh" Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 7CB022BF4 for ; Mon, 16 Jul 2018 00:33:18 +0200 (CEST) In-Reply-To: <8CEF83825BEC744B83065625E567D7C260CC6B7B@IRSMSX107.ger.corp.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" 10/07/2018 15:43, Iremonger, Bernard: > From: Yigit, Ferruh > > If "--disable-crc-strip" testpmd parameter issued, it removes the > > DEV_RX_OFFLOAD_CRC_STRIP flag. > > With introduction of new DEV_RX_OFFLOAD_KEEP_CRC offload flag, this flag > > also should be set when this parameter issued. > > > > Fixes: 3d12dceed2df ("ethdev: add new offload flag to keep CRC") > > > > Signed-off-by: Ferruh Yigit > > Acked-by: Bernard Iremonger Applied, thanks