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

2015-07-03 Thread Thomas Monjalon
There is an error with clang (tested with 3.6.1): examples/ip_pipeline/config_check.c:63:26: error: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Werror,-Wsign-compare] APP_CHECK((app->n_links == __builtin_popcountll(app->port_mask)),

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

2015-07-03 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