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: Thu, 16 Jul 2015 17:40:14 +0200 Message-ID: <17314929.BMHbvhZHm9@xps13> References: <1433664745-8600-1-git-send-email-michalx.k.jastrzebski@intel.com> <1435306054-5152-1-git-send-email-tomaszx.kulasek@intel.com> 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 0F02DDE4 for ; Thu, 16 Jul 2015 17:41:27 +0200 (CEST) Received: by widjy10 with SMTP id jy10so19335619wid.1 for ; Thu, 16 Jul 2015 08:41:25 -0700 (PDT) In-Reply-To: <1435306054-5152-1-git-send-email-tomaszx.kulasek@intel.com> 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" 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