From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] ip_pipeline: add flow id parameter to flow classification Date: Mon, 07 Dec 2015 01:50:41 +0100 Message-ID: <3140911.8Sfk5dHe2S@xps13> References: <1444043619-1343-1-git-send-email-jasvinder.singh@intel.com> <1448892502-32092-1-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jasvinder Singh Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id CDBEB93B2 for ; Mon, 7 Dec 2015 01:51:53 +0100 (CET) Received: by wmww144 with SMTP id w144so121744237wmw.1 for ; Sun, 06 Dec 2015 16:51:53 -0800 (PST) In-Reply-To: <1448892502-32092-1-git-send-email-jasvinder.singh@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-11-30 14:08, Jasvinder Singh: > This patch adds flow id field to the flow > classification table entries and adds table action > handlers to read flow id from table entry and > write it into the packet meta-data. The flow_id > (32-bit) parameter is also added to CLI commands > flow add, flow delete, etc. > > *v2 > fixed bug: flow table entry size power of 2 > > *v3 > fixed bug: changed LRU hash table operation to > extendible bucket hash table operation > > *v4 > Coverity issue: 120147 > Fixes: 7122d30131ad ("examples/ip_pipeline: rework flow classification > pipeline") > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu Applied, thanks