net/cnxk: remove restriction on VF for PFC config
[dpdk.git] / drivers / net / ixgbe / ixgbe_ethdev.h
index 69e0e82..cc6049a 100644 (file)
@@ -501,6 +501,9 @@ struct ixgbe_adapter {
        /* For RSS reta table update */
        uint8_t rss_reta_updated;
 
+       /* Used for limiting SDP3 TX_DISABLE checks */
+       uint8_t sdp3_no_tx_disable;
+
        /* Used for VF link sync with PF's physical and logical (by checking
         * mailbox status) link status.
         */