From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 5DF6B91B6 for ; Mon, 5 Oct 2015 15:10:17 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 05 Oct 2015 06:10:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,638,1437462000"; d="scan'208";a="819691415" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga002.fm.intel.com with ESMTP; 05 Oct 2015 06:10:15 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 5 Oct 2015 14:10:14 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.216]) by irsmsx155.ger.corp.intel.com ([169.254.14.173]) with mapi id 14.03.0248.002; Mon, 5 Oct 2015 14:10:14 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH v2] ip_pipeline: add flow id parameter to flow classification Thread-Index: AQHQ/17vgtUPAIh8h06ECabEbkKuN55c31Zw Date: Mon, 5 Oct 2015 13:10:13 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478DE23A@IRSMSX108.ger.corp.intel.com> References: <1444043619-1343-1-git-send-email-jasvinder.singh@intel.com> In-Reply-To: <1444043619-1343-1-git-send-email-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] 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, 05 Oct 2015 13:10:17 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Monday, October 5, 2015 12:14 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v2] ip_pipeline: add flow id parameter to flow classifica= tion >=20 > 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. >=20 > *v2 > fixed bug: flow table entry size power of 2 >=20 > Signed-off-by: Jasvinder Singh > --- Acked-by: Cristian Dumitrescu