[dpdk-dev] [PATCH v3 02/11] ip_pipeline: added config checks

2015-07-02 Thread Thomas Monjalon
2015-07-02 10:28, Gajdzica, MaciejX T: > For me it compiles. Could you provide build log? OK. I think the problem is seen with GCC 5 (I use 5.1.0): /home/thomas/projects/dpdk/dpdk/examples/ip_pipeline/app.h:587:49: error: array subscript is above array bounds [-Werror=array-bounds] struct ap

[dpdk-dev] [PATCH v3 02/11] ip_pipeline: added config checks

2015-07-02 Thread Thomas Monjalon
2015-06-29 16:38, Maciej Gajdzica: > From: Jasvinder Singh > > After loading configuration from a file, data integrity is checked. > > Signed-off-by: Jasvinder Singh > --- > examples/ip_pipeline/Makefile |1 + > examples/ip_pipeline/config_check.c | 396 > ++

[dpdk-dev] [PATCH v3 02/11] ip_pipeline: added config checks

2015-07-02 Thread Gajdzica, MaciejX T
g > Subject: Re: [dpdk-dev] [PATCH v3 02/11] ip_pipeline: added config checks > > 2015-06-29 16:38, Maciej Gajdzica: > > From: Jasvinder Singh > > > > After loading configuration from a file, data integrity is checked. > > > > Signed-off-by: Jasvinder Singh &

[dpdk-dev] [PATCH v3 02/11] ip_pipeline: added config checks

2015-06-29 Thread Maciej Gajdzica
From: Jasvinder Singh After loading configuration from a file, data integrity is checked. Signed-off-by: Jasvinder Singh --- examples/ip_pipeline/Makefile |1 + examples/ip_pipeline/config_check.c | 396 +++ examples/ip_pipeline/main.c |2