net/liquidio: add APIs to start device and update link
[dpdk.git] / drivers / net / liquidio / lio_struct.h
index 478a290..da08fe4 100644 (file)
@@ -569,6 +569,8 @@ struct lio_device {
        /** The state of this device */
        rte_atomic64_t status;
 
+       uint8_t intf_open;
+
        struct octeon_link_info linfo;
 
        uint8_t *hw_addr;