New upstream version 18.11-rc1
[deb_dpdk.git] / lib / librte_eal / common / eal_internal_cfg.h
index 00ee6e0..737f17e 100644 (file)
@@ -70,6 +70,7 @@ struct internal_config {
                        /**< user defined mbuf pool ops name */
        unsigned num_hugepage_sizes;      /**< how many sizes on this system */
        struct hugepage_info hugepage_info[MAX_HUGEPAGE_SIZES];
+       enum rte_iova_mode iova_mode ;    /**< Set IOVA mode on this system  */
        volatile unsigned int init_complete;
        /**< indicates whether EAL has completed initialization */
 };