[dpdk-dev] [PATCH] examples/ip_pipeline: fix gcc v6.2.1 build error

2016-10-25 Thread Thomas Monjalon
> > This patch fixes the misleading indentation error on compiling ip_pipeline > > app with gcc v6.2.1. > > > > Fixes: 3f2c9f3bb6c6 ("examples/ip_pipeline: add TAP port") > > > > Signed-off-by: Jasvinder Singh > > --- > > examples/ip_pipeline/app.h | 5 +++-- > > 1 file changed, 3 insertions(+)

[dpdk-dev] [PATCH] examples/ip_pipeline: fix gcc v6.2.1 build error

2016-10-17 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Monday, October 17, 2016 11:51 AM > To: dev at dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] examples/ip_pipeline: fix gcc v6.2.1 build error > > This patch fixes the misleading indentation error on compiling ip_pipeline > a

[dpdk-dev] [PATCH] examples/ip_pipeline: fix gcc v6.2.1 build error

2016-10-17 Thread Jasvinder Singh
This patch fixes the misleading indentation error on compiling ip_pipeline app with gcc v6.2.1. Fixes: 3f2c9f3bb6c6 ("examples/ip_pipeline: add TAP port") Signed-off-by: Jasvinder Singh --- examples/ip_pipeline/app.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examp