From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] vpmd: rss hash ol_flag for unified packet type Date: Mon, 03 Aug 2015 17:11:40 +0200 Message-ID: <4234011.j81GUsv4bz@xps13> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Konstantin Ananyev Return-path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 06EA1C338 for ; Mon, 3 Aug 2015 17:12:55 +0200 (CEST) Received: by wibud3 with SMTP id ud3so118438562wib.0 for ; Mon, 03 Aug 2015 08:12:54 -0700 (PDT) In-Reply-To: <17314929.BMHbvhZHm9@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Ping 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_flags 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_ABI in > > "unified packet size v8" > > > > Signed-off-by: Tomasz Kulasek >