From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] event/sw: fix hashing of flow on ordered ingress Date: Thu, 13 Apr 2017 13:31:32 +0100 Message-ID: <20170413123131.GA42252@bricha3-MOBL3.ger.corp.intel.com> References: <1491839803-172566-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com To: Harry van Haaren Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id AF0922986 for ; Thu, 13 Apr 2017 14:31:35 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1491839803-172566-1-git-send-email-harry.van.haaren@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" 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