From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=D6nmWvRy1p9KXQ1XcmYJzz0LPIX2J906CdBoNpt1yWM=; b=jxcXZw9O3PgWoUGHRCewTF1+ruD5nBa7SXQ8E3MDz3wR8fVOiUrYi+nbxW7/0rbzsN GrT9Jkmo59ObwFWhl2g42kYAG6zKz8tvfx3W+ouOfhWng3HbFw/1+EIeRCFb0jxakMIv 1Wom8eO6lCZSJ0heU7xratRrzGVMIzoQ+JwLto0BrIPMM0JrXeEWvCsr9+hBAkfOjWt7 Cn0ff2kWnq8SHY0LgdJbYe8+urX8TBDhjfyz9aHU/CO5ffYIUNUCBEQjFPsR37ZEQKm3 +pDB1Ff/sbz/K+/lrgYfH1TpOJ5usk+GvCh/ot+FyNJ8HpHoyrpRPtesR4w14rqCuhLZ 6iEA== X-Gm-Message-State: ALoCoQkhKxvxd8ck3MNBldlZ5bDmrniMDSPi7UOJTvGEv/jdrJeXYN0cqzfkoA6a7rO3Whfb2t9x X-Received: by 10.180.186.35 with SMTP id fh3mr6337018wic.7.1437061285863; Thu, 16 Jul 2015 08:41:25 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.151.210]) by smtp.gmail.com with ESMTPSA id c11sm3865924wib.1.2015.07.16.08.41.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jul 2015 08:41:25 -0700 (PDT) From: Thomas Monjalon To: Konstantin Ananyev Date: Thu, 16 Jul 2015 17:40:14 +0200 Message-ID: <17314929.BMHbvhZHm9@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1435306054-5152-1-git-send-email-tomaszx.kulasek@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Thu, 16 Jul 2015 15:41:27 -0000 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