New upstream version 18.02
[deb_dpdk.git] / drivers / net / bnxt / bnxt_txq.h
index 16f3a0b..e27c34f 100644 (file)
@@ -46,7 +46,7 @@ struct bnxt_tx_queue {
        uint16_t                tx_next_rs; /* next desc to set RS bit */
        uint16_t                queue_id; /* TX queue index */
        uint16_t                reg_idx; /* TX queue register index */
-       uint8_t                 port_id; /* Device port identifier */
+       uint16_t                port_id; /* Device port identifier */
        uint8_t                 pthresh; /* Prefetch threshold register */
        uint8_t                 hthresh; /* Host threshold register */
        uint8_t                 wthresh; /* Write-back threshold reg */
@@ -71,5 +71,4 @@ int bnxt_tx_queue_setup_op(struct rte_eth_dev *eth_dev,
                               uint16_t nb_desc,
                               unsigned int socket_id,
                               const struct rte_eth_txconf *tx_conf);
-
 #endif