examples/ipv4_multicast: update
Signed-off-by: Intel
This commit is contained in:
parent
33399bcaa4
commit
6441b9f653
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user