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 435745681 for ; Thu, 17 Sep 2015 18:00:11 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 17 Sep 2015 09:00:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,547,1437462000"; d="scan'208";a="563641071" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by FMSMGA003.fm.intel.com with ESMTP; 17 Sep 2015 09:00:08 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.107]) by IRSMSX102.ger.corp.intel.com ([169.254.2.160]) with mapi id 14.03.0248.002; Thu, 17 Sep 2015 17:00:08 +0100 From: "Dumitrescu, Cristian" To: "Gajdzica, MaciejX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 1/1] ip_pipeline: add pipeline type validation Thread-Index: AQHQ8Uiwq000NbNAlEKNVwGFx81Kh55A4PKg Date: Thu, 17 Sep 2015 16:00:07 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478C8422@IRSMSX108.ger.corp.intel.com> References: <1442494713-24421-1-git-send-email-maciejx.t.gajdzica@intel.com> In-Reply-To: <1442494713-24421-1-git-send-email-maciejx.t.gajdzica@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/1] ip_pipeline: add pipeline type validation 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: Thu, 17 Sep 2015 16:00:11 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Thursday, September 17, 2015 3:59 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 1/1] ip_pipeline: add pipeline type validation >=20 > This commit add to CLI command check for pipeline type. It prevents > running CLI commands on not supported pipeline types. >=20 > Signed-off-by: Maciej Gajdzica > --- Acked-by: Cristian Dumitrescu