New upstream version 18.11.1
[deb_dpdk.git] / drivers / net / ixgbe / ixgbe_ethdev.h
index d0b9396..565c69c 100644 (file)
@@ -490,6 +490,9 @@ struct ixgbe_adapter {
        struct rte_timecounter      rx_tstamp_tc;
        struct rte_timecounter      tx_tstamp_tc;
        struct ixgbe_tm_conf        tm_conf;
+
+       /* For RSS reta table update */
+       uint8_t rss_reta_updated;
 };
 
 struct ixgbe_vf_representor {