From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6C19C3989 for ; Mon, 8 Sep 2014 09:14:22 +0200 (CEST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by orsmga101.jf.intel.com with ESMTP; 08 Sep 2014 00:19:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,485,1406617200"; d="scan'208";a="475996716" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by azsmga001.ch.intel.com with ESMTP; 08 Sep 2014 00:18:58 -0700 Received: from irsmsx152.ger.corp.intel.com (163.33.192.66) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 8 Sep 2014 08:18:11 +0100 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.24]) by IRSMSX152.ger.corp.intel.com ([169.254.6.48]) with mapi id 14.03.0195.001; Mon, 8 Sep 2014 08:18:11 +0100 From: "Wodkowski, PawelX" To: Thomas Monjalon , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] ixgbe_rx_scan_hw_ring: Fix initializing id and hash fields in flow director mode. Thread-Index: AQHPvEsAxcyQUb7y/U+svhRbTbjcB5vnte4AgA86sUA= Date: Mon, 8 Sep 2014 07:18:10 +0000 Message-ID: References: <1408520788-20380-1-git-send-email-pawelx.wodkowski@intel.com> <7418065.5Wl83rv6J2@xps13> In-Reply-To: <7418065.5Wl83rv6J2@xps13> Accept-Language: pl-PL, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Mon, 08 Sep 2014 07:14:23 -0000 > -----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 i= d and > hash fields in flow director mode. >=20 > Hi, >=20 > 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 >=20 > I'd really like someone else review this touchy patch for integration > in 1.7.1. >=20 > Thanks > -- > Thomas Reviewed-by: Helin Zhang Reviewed-by: Jingjing Wu