[dpdk-dev] [PATCH] ip_pipeline: fix build error for 32 bit gcc target

2016-04-08 Thread Thomas Monjalon
> > error log: > > ip_pipeline/pipeline/pipeline_routing_be.c:1537: integer constant is > > too large for 'long' type compilation terminated due to -Wfatal-errors > > > > Fixes: 0ae7275810f1 ("examples/ip_pipeline: add more functions to routing > > pipeline") > > > > Signed-off-by: Jasvinder Sing

[dpdk-dev] [PATCH] ip_pipeline: fix build error for 32 bit gcc target

2016-04-08 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jasvinder Singh > Sent: Friday, April 8, 2016 6:13 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] ip_pipeline: fix build error for 32 bit gcc > target > > error log

[dpdk-dev] [PATCH] ip_pipeline: fix build error for 32 bit gcc target

2016-04-08 Thread Jasvinder Singh
error log: ip_pipeline/pipeline/pipeline_routing_be.c:1537: integer constant is too large for 'long' type compilation terminated due to -Wfatal-errors Fixes: 0ae7275810f1 ("examples/ip_pipeline: add more functions to routing pipeline") Signed-off-by: Jasvinder Singh --- examples/ip_pipeline/pi

[dpdk-dev] [PATCH] ip_pipeline: fix build error for 32 bit gcc target

2016-04-08 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jasvinder Singh > Sent: Friday, April 08, 2016 6:13 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] ip_pipeline: fix build error for 32 bit gcc target > > error log: &