From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH] ixgbe: support checksum flags in sse vector Rx function Date: Sun, 10 Jul 2016 19:41:45 +0200 Message-ID: <48d2321f-df44-3f60-1095-52866e2845fc@6wind.com> References: <1467893942-4048-1-git-send-email-olivier.matz@6wind.com> <20160708204212.GA34980@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, konstantin.ananyev@intel.com, helin.zhang@intel.com, Maxime Leroy To: Bruce Richardson Return-path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id C1847282 for ; Sun, 10 Jul 2016 19:41:53 +0200 (CEST) In-Reply-To: <20160708204212.GA34980@bricha3-MOBL3> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Bruce, On 07/08/2016 10:42 PM, Bruce Richardson wrote: > On Thu, Jul 07, 2016 at 02:19:02PM +0200, Olivier Matz wrote: >> Update desc_to_olflags_v() to set PKT_RX_IP_CKSUM_BAD and >> PKT_RX_L4_CKSUM_BAD in the ol_fags of the mbuf. >> {...} > > Given this looks a significant change to a complicated piece of code, which is > also very performance sensitive, I believe this change needs to be deferred to > 16.11 release, as there is not enough time to properly review and test it for > 16.07. Sure, that was the plan, I forgot to mention it :) Thanks, Olivier