app/test: rename mbuf variable
[dpdk.git] / app / test / test_hash.c
index 653dd86..1da27c5 100644 (file)
@@ -45,7 +45,6 @@
 #include <rte_random.h>
 #include <rte_memory.h>
 #include <rte_memzone.h>
-#include <rte_tailq.h>
 #include <rte_eal.h>
 #include <rte_ip.h>
 #include <rte_string_fns.h>
@@ -226,7 +225,7 @@ test_crc32_hash_alg_equiv(void)
        if (i == CRC32_ITERATIONS)
                return 0;
 
-       printf("Failed test data (hex, %lu bytes total):\n", data_len);
+       printf("Failed test data (hex, %zu bytes total):\n", data_len);
        for (j = 0; j < data_len; j++)
                printf("%02X%c", ((uint8_t *)data64)[j],
                                ((j+1) % 16 == 0 || j == data_len - 1) ? '\n' : ' ');