aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/common/eal_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_eal/common/eal_options.h')
-rw-r--r--lib/librte_eal/common/eal_options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/librte_eal/common/eal_options.h b/lib/librte_eal/common/eal_options.h
index e86c7114..211ae06a 100644
--- a/lib/librte_eal/common/eal_options.h
+++ b/lib/librte_eal/common/eal_options.h
@@ -55,6 +55,10 @@ enum {
OPT_VFIO_INTR_NUM,
#define OPT_VMWARE_TSC_MAP "vmware-tsc-map"
OPT_VMWARE_TSC_MAP_NUM,
+#define OPT_LEGACY_MEM "legacy-mem"
+ OPT_LEGACY_MEM_NUM,
+#define OPT_SINGLE_FILE_SEGMENTS "single-file-segments"
+ OPT_SINGLE_FILE_SEGMENTS_NUM,
OPT_LONG_MAX_NUM
};