]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/nfp/nfp_net_pmd.h
ethdev: increase port id range
[dpdk.git] / drivers / net / nfp / nfp_net_pmd.h
index 20ade1a93a4d5a3404de53f33cccffe0668bcefa..1ae0ea62673c76256c31570d204f513f2e4a1a66 100644 (file)
@@ -256,7 +256,7 @@ struct nfp_net_txq {
        uint32_t tx_hthresh;   /* not used by now. Future? */
        uint32_t tx_wthresh;   /* not used by now. Future? */
        uint32_t txq_flags;    /* not used by now. Future? */
-       uint8_t  port_id;
+       uint16_t port_id;
        int qidx;
        int tx_qcidx;
        __le64 dma;