From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=ur+Z/PF7WnQIxkkbeywR8gvKrBagELBFimmOY0+ceKM=; b=hahiIgo9BbnJMc+aK/uOBwJ/f4q2F1iVxHyjq7nk145CmB4EGf0iNH5G1TjLyxyhq6 Z5sdaVl78ZBR0fP92sx3ZqAMzKsFXq300YD5t0IF7kg9a9YaPXYHzyq9IGXD0oGVS6+P kpwOKyJAMnCSXa9GOgATZ5aS3Zd87vv64er63Q810sDEEcle0XgrcsmtKlbgDMPILCX/ qka0p5vWRNxAATz8/KW0f9FDNTnHu0SI4z77GBHHntyDWjNJ6JR66j6HLOIUEe+zguT1 J/WPVmjLuKl/7zF58P2ImszmD1Rv9pS0ehL12/Q+yTDIHNH4edn85IrCZknvmi+NHfKF LZIw== 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=ur+Z/PF7WnQIxkkbeywR8gvKrBagELBFimmOY0+ceKM=; b=QmIjuYwH/N2s3vIHcGJh3qOyYNPWggLXdWSY8zDg9MDjH6csbd+bSqNSXZSIxgknBB A3ZmLX40eVZAVqjKdr8jupHrPjzXpzNF1WoBBtP0FtCl7245vjUME6IGkcryHg2Xl7mf t4cXjugvjdqjC4yEeBI3X5bTc5BNUx7bvXvv/SmgLlteNx1OtdV3uwzQu6scYGtIiA7e 6aHIGcWD915r90i/DJw8wIWr4A5mbUzW0uoZ+qYuFZjfYSQExl8rTuZ9GA8ERndC7B9g cvfHdyHMTKYAlLSHl1C/SC23z99Ifv3seFxRt3zlIJB5GTRNJAf53W6wz+1lCGsCqvw/ LyvQ== X-Gm-Message-State: ALoCoQnerKRj8dFUbjnbB5ZVmKXuMJ8bsB8hvNT5pwMS1Fso9aiXYlXHx1pWmnr4c/B1Iz8Cg9cZb2pHLYBC8PjgE2x5VYO5Bg== X-Received: by 10.28.105.23 with SMTP id e23mr18685315wmc.80.1449449513715; Sun, 06 Dec 2015 16:51:53 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id jz1sm22711357wjc.27.2015.12.06.16.51.52 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Dec 2015 16:51:53 -0800 (PST) From: Thomas Monjalon To: Jasvinder Singh Date: Mon, 07 Dec 2015 01:50:41 +0100 Message-ID: <3140911.8Sfk5dHe2S@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1448892502-32092-1-git-send-email-jasvinder.singh@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4] ip_pipeline: add flow id parameter to flow classification 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: Mon, 07 Dec 2015 00:51:54 -0000 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