]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_internal_cfg.h
eal: allow user to override default mempool driver
[dpdk.git] / lib / librte_eal / common / eal_internal_cfg.h
index 7b7e8c887233d6a12675667c2c9cd5942ca39a49..658783db348a311c52df380149d89f3665cb4e30 100644 (file)
@@ -82,7 +82,7 @@ struct internal_config {
        volatile enum rte_intr_mode vfio_intr_mode;
        const char *hugefile_prefix;      /**< the base filename of hugetlbfs files */
        const char *hugepage_dir;         /**< specific hugetlbfs directory to use */
-
+       const char *mbuf_pool_ops_name;   /**< mbuf pool ops name */
        unsigned num_hugepage_sizes;      /**< how many sizes on this system */
        struct hugepage_info hugepage_info[MAX_HUGEPAGE_SIZES];
 };