net/bnxt: fix vector Rx selection
[dpdk.git] / drivers / net / bnxt / bnxt_rxq.h
index c60b044..4f5182d 100644 (file)
@@ -30,6 +30,7 @@ struct bnxt_rx_queue {
        uint16_t                port_id; /* Device port identifier */
        uint8_t                 crc_len; /* 0 if CRC stripped, 4 otherwise */
        uint8_t                 rx_deferred_start; /* not in global dev start */
+       uint8_t                 rx_started; /* RX queue is started */
 
        struct bnxt             *bp;
        int                     index;
@@ -38,7 +39,6 @@ struct bnxt_rx_queue {
        uint32_t                        rx_buf_size;
        struct bnxt_rx_ring_info        *rx_ring;
        struct bnxt_cp_ring_info        *cp_ring;
-       struct bnxt_cp_ring_info        *nq_ring;
        rte_atomic64_t          rx_mbuf_alloc_fail;
        const struct rte_memzone *mz;
 };