From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] event/sw: fix hashing of flow on ordered ingress Date: Thu, 20 Apr 2017 00:24:11 +0200 Message-ID: <3552049.GAP3nhyey5@xps> References: <1491839803-172566-1-git-send-email-harry.van.haaren@intel.com> <20170413123131.GA42252@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , jerin.jacob@caviumnetworks.com To: Harry van Haaren Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 181875A98 for ; Thu, 20 Apr 2017 00:24:13 +0200 (CEST) In-Reply-To: <20170413123131.GA42252@bricha3-MOBL3.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" 13/04/2017 14:31, Bruce Richardson: > On Mon, Apr 10, 2017 at 04:56:43PM +0100, Harry van Haaren wrote: > > The flow id of packets was not being hashed on ingress > > on an ordered queue. Fix by applying same hashing as is > > applied in the atomic queue case. The hashing itself is > > broken out into a macro to avoid duplication of code. > > > > Fixes: 617995dfc5b2 ("event/sw: add scheduling logic") > > > > Signed-off-by: Harry van Haaren > > --- > > Acked-by: Bruce Richardson Applied, thanks