2017-04-05 21:49, Jasvinder Singh: > This patch provides a set of tests for verifying the functional > correctness of 16-bit and 32-bit CRC APIs. > > Signed-off-by: Jasvinder Singh <[email protected]> > Acked-by: Pablo de Lara <[email protected]>
Now first patch is fine but this one has an issue:
test_crc.c:88:2: fatal error:
implicit declaration of function 'rte_hexdump' is invalid in C99
TEST_HEXDUMP(stdout, NULL, vec, vec_len);
It is fixed by adding
#include <rte_hexdump.h>

