Re: [lng-odp] [PATCH 1/2] example: classifier: use uint32_t instead of unsigned

2015-10-27 Thread Maxim Uvarov
Merged, Maxim. On 10/26/2015 14:46, Bala Manoharan wrote: Reviewed-by: Balasubramanian Manoharan On 26 October 2015 at 16:09, Nicolas Morey-Chaisemartin wrote: Fixes build issue on arch where uint32_t != unsigned:

[lng-odp] [PATCH 1/2] example: classifier: use uint32_t instead of unsigned

2015-10-26 Thread Nicolas Morey-Chaisemartin
Fixes build issue on arch where uint32_t != unsigned: example/classifier/odp_classifier.c:694:8: error: passing argument 3 of ‘parse_value’ from incompatible pointer type [-Werror] [policy_count].rule.val_sz); Signed-off-by: Nicolas Morey-Chaisemartin ---

Re: [lng-odp] [PATCH 1/2] example: classifier: use uint32_t instead of unsigned

2015-10-26 Thread Bala Manoharan
Reviewed-by: Balasubramanian Manoharan On 26 October 2015 at 16:09, Nicolas Morey-Chaisemartin wrote: > Fixes build issue on arch where uint32_t != unsigned: > example/classifier/odp_classifier.c:694:8: error: > passing argument 3 of