From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5ACBF234 for ; Wed, 30 Sep 2015 21:04:23 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 30 Sep 2015 12:04:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,613,1437462000"; d="scan'208";a="816563067" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga002.jf.intel.com with ESMTP; 30 Sep 2015 12:04:23 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.216]) by IRSMSX103.ger.corp.intel.com ([169.254.3.168]) with mapi id 14.03.0248.002; Wed, 30 Sep 2015 20:04:20 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH] ip_pipeline: add flow actions pipeline Thread-Index: AQHQ+6JTG/Z4geW54Eed8TKwBNJiXp5VbgLg Date: Wed, 30 Sep 2015 19:04:20 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478DC04F@IRSMSX108.ger.corp.intel.com> References: <1443632760-25038-1-git-send-email-jasvinder.singh@intel.com> In-Reply-To: <1443632760-25038-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 actions pipeline 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:04:23 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Wednesday, September 30, 2015 6:06 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] ip_pipeline: add flow actions pipeline >=20 >=20 > Signed-off-by: Jasvinder Singh > --- > examples/ip_pipeline/Makefile | 2 + > examples/ip_pipeline/init.c | 2 + > .../ip_pipeline/pipeline/pipeline_actions_common.h | 83 + > .../ip_pipeline/pipeline/pipeline_flow_actions.c | 1808 > ++++++++++++++++++++ > .../ip_pipeline/pipeline/pipeline_flow_actions.h | 78 + > .../pipeline/pipeline_flow_actions_be.c | 973 +++++++++++ > .../pipeline/pipeline_flow_actions_be.h | 168 ++ > 7 files changed, 3114 insertions(+) > create mode 100644 examples/ip_pipeline/pipeline/pipeline_flow_actions.c > create mode 100644 examples/ip_pipeline/pipeline/pipeline_flow_actions.h > create mode 100644 > examples/ip_pipeline/pipeline/pipeline_flow_actions_be.c > create mode 100644 > examples/ip_pipeline/pipeline/pipeline_flow_actions_be.h Acked-by: Cristian Dumitrescu