]> git.droids-corp.org - dpdk.git/blobdiff - examples/rxtx_callbacks/main.c
app/testpmd: fix a typo in a command description
[dpdk.git] / examples / rxtx_callbacks / main.c
index e66f16f257445a44117a46909f94902fb6215a01..ca135d219d2f485a9c0634c2cc630e29dff6933e 100644 (file)
@@ -159,7 +159,7 @@ port_init(uint16_t port, struct rte_mempool *mbuf_pool)
 static  __attribute__((noreturn)) void
 lcore_main(void)
 {
-       uint8_t port;
+       uint16_t port;
 
        for (port = 0; port < nb_ports; port++)
                if (rte_eth_dev_socket_id(port) > 0 &&