ethdev: increase port id range
[dpdk.git] / drivers / net / szedata2 / rte_eth_szedata2.c
index 9c0d57c..d141acf 100644 (file)
@@ -71,7 +71,7 @@
 struct szedata2_rx_queue {
        struct szedata *sze;
        uint8_t rx_channel;
-       uint8_t in_port;
+       uint16_t in_port;
        struct rte_mempool *mb_pool;
        volatile uint64_t rx_pkts;
        volatile uint64_t rx_bytes;