From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/1] ip_pipeline: add pipeline type validation Date: Mon, 07 Dec 2015 02:12:36 +0100 Message-ID: <4858012.e1T8tlctNC@xps13> References: <1442494713-24421-1-git-send-email-maciejx.t.gajdzica@intel.com> <3EB4FA525960D640B5BDFFD6A3D89126478C8422@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Gajdzica, MaciejX T" Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 0B72793CC for ; Mon, 7 Dec 2015 02:13:48 +0100 (CET) Received: by wmuu63 with SMTP id u63so122094877wmu.0 for ; Sun, 06 Dec 2015 17:13:48 -0800 (PST) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D89126478C8422@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This commit add to CLI command check for pipeline type. It prevents > > running CLI commands on not supported pipeline types. > > > > Signed-off-by: Maciej Gajdzica > > Acked-by: Cristian Dumitrescu Applied, thanks