ethdev: increase port id range
[dpdk.git] / app / pdump / main.c
index 3b13753..090a50c 100644 (file)
@@ -623,7 +623,7 @@ static void
 create_mp_ring_vdev(void)
 {
        int i;
-       uint8_t portid;
+       uint16_t portid;
        struct pdump_tuples *pt = NULL;
        struct rte_mempool *mbuf_pool = NULL;
        char vdev_args[SIZE];