]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt.h
net/bnxt: fix crash when closing
[dpdk.git] / drivers / net / bnxt / bnxt.h
index c77ecefbe88edeae10d449aa639b1dcef995d638..07b4cf2e9c382e0ba93aca32181323df311d4ed2 100644 (file)
@@ -175,6 +175,7 @@ struct bnxt {
        struct bnxt_pf_info             pf;
        struct bnxt_vf_info             vf;
        uint8_t                 port_partition_type;
+       uint8_t                 dev_stopped;
 };
 
 #endif