]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/null/rte_eth_null.c
net/mlx5: allocate verbs object into shared memory
[dpdk.git] / drivers / net / null / rte_eth_null.c
index 5aef0591eb5220951f58e22c17f8c6ff4b7c39c7..fa9313decb361c7a3f19ff759bc29ab68e97fe91 100644 (file)
@@ -68,7 +68,7 @@ struct null_queue {
 struct pmd_internals {
        unsigned packet_size;
        unsigned packet_copy;
 struct pmd_internals {
        unsigned packet_size;
        unsigned packet_copy;
-       uint8_t port_id;
+       uint16_t port_id;
 
        struct null_queue rx_null_queues[RTE_MAX_QUEUES_PER_PORT];
        struct null_queue tx_null_queues[RTE_MAX_QUEUES_PER_PORT];
 
        struct null_queue rx_null_queues[RTE_MAX_QUEUES_PER_PORT];
        struct null_queue tx_null_queues[RTE_MAX_QUEUES_PER_PORT];