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 22:46:53 +0200 Message-ID: <2031205.m569dVhZ5g@xps13> References: <1433664745-8600-1-git-send-email-michalx.k.jastrzebski@intel.com> <4234011.j81GUsv4bz@xps13> <2601191342CEEE43887BDE71AB97725836A6C62C@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Kulasek, TomaszX" Return-path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 138AEC3C2 for ; Mon, 3 Aug 2015 22:48:09 +0200 (CEST) Received: by wicmv11 with SMTP id mv11so150531771wic.0 for ; Mon, 03 Aug 2015 13:48:08 -0700 (PDT) In-Reply-To: <2601191342CEEE43887BDE71AB97725836A6C62C@irsmsx105.ger.corp.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" 2015-08-03 17:28, Ananyev, Konstantin: > > > 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 > > Acked-by: Konstantin Ananyev > Sorry for delay. Applied, thanks