[dpdk-dev] [PATCH v11 2/2] test/test: add unit test for CRC computation

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Apr 5 22:59:57 CEST 2017


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 <jasvinder.singh at intel.com>
> Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>

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>


More information about the dev mailing list