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 E00938DAD for ; Wed, 30 Sep 2015 17:38:16 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 30 Sep 2015 08:38:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,613,1437462000"; d="scan'208";a="655172757" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga003.jf.intel.com with ESMTP; 30 Sep 2015 08:38:15 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 30 Sep 2015 16:38:14 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.216]) by irsmsx111.ger.corp.intel.com ([169.254.2.89]) with mapi id 14.03.0248.002; Wed, 30 Sep 2015 16:38:14 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH] ip_pipeline: add more functions to routing-pipeline Thread-Index: AQHQ+5Oc9CGq+KgzYU2R6OD48+PEbp5VNIyw Date: Wed, 30 Sep 2015 15:38:13 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478DBD44@IRSMSX108.ger.corp.intel.com> References: <1443626450-27607-1-git-send-email-jasvinder.singh@intel.com> In-Reply-To: <1443626450-27607-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.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] ip_pipeline: add more functions to routing-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 15:38:17 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Wednesday, September 30, 2015 4:21 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] ip_pipeline: add more functions to routing-pipeline >=20 > This patch adds following features to the > routing-pipeline to enable it for various NFV > use-cases; >=20 > 1.Fast-path ARP table enable/disable > 2.Double-tagged VLAN (Q-in-Q) packet enacapsulation > for the next-hop > 3.MPLS encapsulation for the next-hop > 4.Add colour (Traffic-class for QoS) to the MPLS tag > 5.Classification action to select the input queue > of the hierarchical scehdular (QoS) >=20 Acked-by: Cristian Dumitrescu