aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/odp-linux-dpdk.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/config/odp-linux-dpdk.conf b/config/odp-linux-dpdk.conf
index 7242bc32f..0c541fdd5 100644
--- a/config/odp-linux-dpdk.conf
+++ b/config/odp-linux-dpdk.conf
@@ -16,7 +16,7 @@
# Mandatory fields
odp_implementation = "linux-dpdk"
-config_file_version = "0.1.10"
+config_file_version = "0.1.11"
# System options
system: {
@@ -37,6 +37,16 @@ system: {
thread_count_max = 256
}
+# DPDK options
+dpdk: {
+ # Amount of preallocated memory for process mode usage in megabytes
+ #
+ # NOTE: Process mode is not officially supported by DPDK. Application
+ # should reserve all shared resources and configure the system before
+ # forking child processes for the best success probability.
+ process_mode_memory_mb = 512
+}
+
# Pool options
pool: {
# Packet pool options