From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9C5968DB2 for ; Wed, 30 Sep 2015 21:05:33 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 30 Sep 2015 12:05:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,613,1437462000"; d="scan'208";a="816563963" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga002.jf.intel.com with ESMTP; 30 Sep 2015 12:05:31 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 30 Sep 2015 20:05:29 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.216]) by IRSMSX156.ger.corp.intel.com ([169.254.3.133]) with mapi id 14.03.0248.002; Wed, 30 Sep 2015 20:05:29 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH] ip_pipeline: add flow id parameter to flow classification Thread-Index: AQHQ+6ff6xml1bhn9UKhBTEEVJmdwZ5VblTg Date: Wed, 30 Sep 2015 19:05:28 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478DC067@IRSMSX108.ger.corp.intel.com> References: <1443635148-31533-1-git-send-email-jasvinder.singh@intel.com> In-Reply-To: <1443635148-31533-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] 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: Wed, 30 Sep 2015 19:05:34 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Wednesday, September 30, 2015 6:46 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] ip_pipeline: add flow id parameter to flow classificatio= n >=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 > Signed-off-by: Jasvinder Singh > --- > .../pipeline/pipeline_flow_classification.c | 206 +++++++++++++++= +++-- > - > .../pipeline/pipeline_flow_classification.h | 4 +- > .../pipeline/pipeline_flow_classification_be.c | 114 +++++++++++- > .../pipeline/pipeline_flow_classification_be.h | 2 + > 4 files changed, 295 insertions(+), 31 deletions(-) >=20 Acked-by: Cristian Dumitrescu