From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Apr 2017 05:31:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,194,1488873600"; d="scan'208";a="88352183" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.140]) by fmsmga005.fm.intel.com with SMTP; 13 Apr 2017 05:31:33 -0700 Received: by (sSMTP sendmail emulation); Thu, 13 Apr 2017 13:31:32 +0100 Date: Thu, 13 Apr 2017 13:31:32 +0100 From: Bruce Richardson To: Harry van Haaren Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com 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 Content-Disposition: inline In-Reply-To: <1491839803-172566-1-git-send-email-harry.van.haaren@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.0 (2017-02-23) Subject: Re: [dpdk-dev] [PATCH] event/sw: fix hashing of flow on ordered ingress 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, 13 Apr 2017 12:31:36 -0000 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