[dpdk-dev] [PATCH 1/1] ip_pipeline: add pipeline type validation

2015-12-07 Thread Thomas Monjalon
> > 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

[dpdk-dev] [PATCH 1/1] ip_pipeline: add pipeline type validation

2015-09-17 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Thursday, September 17, 2015 3:59 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 1/1] ip_pipeline: add pipeline type validation > > This commit add

[dpdk-dev] [PATCH 1/1] ip_pipeline: add pipeline type validation

2015-09-17 Thread Maciej Gajdzica
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 --- examples/ip_pipeline/app.h |1 + examples/ip_pipeline/init.c|2 ++