From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 365E7C39C for ; Mon, 3 Aug 2015 19:28:50 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 03 Aug 2015 10:28:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,602,1432623600"; d="scan'208";a="775845663" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga002.fm.intel.com with ESMTP; 03 Aug 2015 10:28:48 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.223]) by irsmsx110.ger.corp.intel.com ([169.254.15.29]) with mapi id 14.03.0224.002; Mon, 3 Aug 2015 18:28:47 +0100 From: "Ananyev, Konstantin" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2] vpmd: rss hash ol_flag for unified packet type Thread-Index: AQHQr+dvc5xPUzGyME66H05OuW2tRp3eStcAgBxB/ACAADbSQA== Date: Mon, 3 Aug 2015 17:28:47 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725836A6C62C@irsmsx105.ger.corp.intel.com> References: <1433664745-8600-1-git-send-email-michalx.k.jastrzebski@intel.com> <1435306054-5152-1-git-send-email-tomaszx.kulasek@intel.com> <17314929.BMHbvhZHm9@xps13> <4234011.j81GUsv4bz@xps13> In-Reply-To: <4234011.j81GUsv4bz@xps13> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2] vpmd: rss hash ol_flag for unified packet type 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, 03 Aug 2015 17:28:50 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Monday, August 03, 2015 4:12 PM > To: Ananyev, Konstantin > Cc: dev@dpdk.org; Kulasek, TomaszX > Subject: Re: [dpdk-dev] [PATCH v2] vpmd: rss hash ol_flag for unified pac= ket type >=20 > Ping >=20 > 2015-07-16 17:40, Thomas Monjalon: > > Konstantin, what is the status of this patch? > > > > 2015-06-26 10:07, Tomasz Kulasek: > > > This patch adds management of PKT_RX_FDIR and PKT_RX_RSS_HASH ol_flag= s in vPMD > > > for unified packet type as well as for 16 bit field packet_type when > > > RTE_UNIFIED_PKT_TYPE is not defined. > > > > > > This patch depends of "unified packet type" patch set, and should be = applied > > > after it. > > > > > > v2 changes: > > > - recreated due to a renaming of RTE_UNIFIED_PKT_TYPE to RTE_NEXT_AB= I in > > > "unified packet size v8" > > > > > > Signed-off-by: Tomasz Kulasek > > >=20 Acked-by: Konstantin Ananyev Sorry for delay.