ixgbe: remove unused field for RSC
[dpdk.git] / lib / librte_pmd_ixgbe / ixgbe_rxtx.h
index 4d77042..a1bcbe8 100644 (file)
@@ -131,7 +131,6 @@ struct ixgbe_rx_queue {
        uint8_t             port_id;  /**< Device port identifier. */
        uint8_t             crc_len;  /**< 0 if CRC stripped, 4 otherwise. */
        uint8_t             drop_en;  /**< If not 0, set SRRCTL.Drop_En. */
-       uint8_t             rsc_en;   /**< If not 0, RSC is enabled. */
        uint8_t             rx_deferred_start; /**< not in global dev start. */
 #ifdef RTE_LIBRTE_IXGBE_RX_ALLOW_BULK_ALLOC
        /** need to alloc dummy mbuf, for wraparound when scanning hw ring */