bus/pci: remove useless link dependency on ethdev
[dpdk.git] / drivers / net / ixgbe / ixgbe_ethdev.h
index fdad94d..6e9ed2e 100644 (file)
@@ -498,6 +498,11 @@ struct ixgbe_adapter {
 
        /* For RSS reta table update */
        uint8_t rss_reta_updated;
+
+       /* Used for VF link sync with PF's physical and logical (by checking
+        * mailbox status) link status.
+        */
+       uint8_t pflink_fullchk;
 };
 
 struct ixgbe_vf_representor {