net/mlx5: workaround drop action with old kernel
[dpdk.git] / drivers / net / bnxt / bnxt_rxq.h
index fd8c69f..42bd8e7 100644 (file)
@@ -30,6 +30,7 @@ struct bnxt_rx_queue {
        uint8_t                 rx_deferred_start; /* not in global dev start */
        uint8_t                 rx_started; /* RX queue is started */
        uint8_t                 drop_en; /* Drop when rx desc not available. */
+       uint8_t                 in_reset; /* Rx ring is scheduled for reset */
 
        struct bnxt             *bp;
        int                     index;