From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <bruce.richardson@intel.com> Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A46977E43 for <dev@dpdk.org>; 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 <bruce.richardson@intel.com> To: "Wodkowski, PawelX" <pawelx.wodkowski@intel.com> Message-ID: <20140925160724.GA17216@BRICHA3-MOBL> References: <1408520788-20380-1-git-send-email-pawelx.wodkowski@intel.com> <7418065.5Wl83rv6J2@xps13> <F6F2A6264E145F47A18AB6DF8E87425D12B233AE@IRSMSX102.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <F6F2A6264E145F47A18AB6DF8E87425D12B233AE@IRSMSX102.ger.corp.intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.22 (2013-10-16) Cc: "dev@dpdk.org" <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 <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=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 <pawelx.wodkowski@intel.com> > > > > I'd really like someone else review this touchy patch for integration > > in 1.7.1. > > > > Thanks > > -- > > Thomas > > Reviewed-by: Helin Zhang <helin.zhang@intel.com> > Reviewed-by: Jingjing Wu <jingjing.wu@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>