eal: implement device iteration initialization
[dpdk.git] / lib / librte_eal / common / include / rte_eal_memconfig.h
index a781793..aff0688 100644 (file)
@@ -59,6 +59,9 @@ struct rte_mem_config {
        rte_rwlock_t qlock;   /**< used for tailq operation for thread safe. */
        rte_rwlock_t mplock;  /**< only used by mempool LIB for thread-safe. */
 
+       rte_rwlock_t memory_hotplug_lock;
+       /**< indicates whether memory hotplug request is in progress. */
+
        /* memory segments and zones */
        struct rte_fbarray memzones; /**< Memzone descriptors. */