examples/ipv4_multicast: update
authorIntel <intel.com>
Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 25 Jul 2013 13:58:01 +0000 (15:58 +0200)
Signed-off-by: Intel
examples/ipv4_multicast/main.c

index fddd11f..3a464b5 100644 (file)
@@ -69,7 +69,6 @@
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
 #include <rte_malloc.h>
-#include <rte_hash_crc.h>
 #include <rte_fbk_hash.h>
 #include <rte_ip.h>
 
@@ -470,7 +469,7 @@ static __attribute__((noreturn)) int
 main_loop(__rte_unused void *dummy)
 {
        struct rte_mbuf *pkts_burst[MAX_PKT_BURST];
-       uint32_t lcore_id;
+       unsigned lcore_id;
        int i, j, nb_rx;
        uint8_t portid;
        struct lcore_queue_conf *qconf;