From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A46977E43 for ; Thu, 25 Sep 2014 18:01:11 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 25 Sep 2014 09:05:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,598,1406617200"; d="scan'208";a="578963295" Received: from bricha3-mobl.ger.corp.intel.com (HELO bricha3-mobl.ir.intel.com) ([10.237.220.66]) by orsmga001.jf.intel.com with SMTP; 25 Sep 2014 09:07:25 -0700 Received: by bricha3-mobl.ir.intel.com (sSMTP sendmail emulation); Thu, 25 Sep 2014 17:07:24 +0001 Date: Thu, 25 Sep 2014 17:07:24 +0100 From: Bruce Richardson To: "Wodkowski, PawelX" Message-ID: <20140925160724.GA17216@BRICHA3-MOBL> References: <1408520788-20380-1-git-send-email-pawelx.wodkowski@intel.com> <7418065.5Wl83rv6J2@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.22 (2013-10-16) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] ixgbe_rx_scan_hw_ring: Fix initializing id and hash fields in flow director mode. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 16:01:12 -0000 On Mon, Sep 08, 2014 at 07:18:10AM +0000, Wodkowski, PawelX wrote: > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > Sent: Friday, August 29, 2014 17:41 > > To: dev@dpdk.org > > Cc: Wodkowski, PawelX > > Subject: Re: [dpdk-dev] [PATCH] ixgbe_rx_scan_hw_ring: Fix initializing id and > > hash fields in flow director mode. > > > > Hi, > > > > 2014-08-20 08:46, Pawel Wodkowski: > > > When Flow Director was used together with bulk alloc, id and hash was > > swapped > > > when packet matches flow director filter due to improper fdir field > > initialization. > > > > > > Signed-off-by: Pawel Wodkowski > > > > I'd really like someone else review this touchy patch for integration > > in 1.7.1. > > > > Thanks > > -- > > Thomas > > Reviewed-by: Helin Zhang > Reviewed-by: Jingjing Wu Acked-by: Bruce Richardson