]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5.h
net/mlx5: remove redundant started flag
[dpdk.git] / drivers / net / mlx5 / mlx5.h
index 1b511e18388a80b0440e334e5717484fae195afb..3c58f7aa9a0139bd51b96538b9014e5ab373efe4 100644 (file)
@@ -104,7 +104,6 @@ struct priv {
        /* Device properties. */
        uint16_t mtu; /* Configured MTU. */
        uint8_t port; /* Physical port number. */
-       unsigned int started:1; /* Device started, flows enabled. */
        unsigned int promisc_req:1; /* Promiscuous mode requested. */
        unsigned int allmulti_req:1; /* All multicast mode requested. */
        unsigned int hw_csum:1; /* Checksum offload is supported. */