aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/odp-linux-generic.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/config/odp-linux-generic.conf b/config/odp-linux-generic.conf
index 4db9ed489..af651d7f6 100644
--- a/config/odp-linux-generic.conf
+++ b/config/odp-linux-generic.conf
@@ -16,7 +16,7 @@
# Mandatory fields
odp_implementation = "linux-generic"
-config_file_version = "0.1.0"
+config_file_version = "0.1.1"
# Shared memory options
shm: {
@@ -39,6 +39,16 @@ shm: {
single_va = 0
}
+# Pool options
+pool: {
+ # Packet pool options
+ pkt: {
+ # Maximum number of packets per pool. Power of two minus one
+ # results optimal memory usage (e.g. (256 * 1024) - 1).
+ max_num = 262143
+ }
+}
+
# DPDK pktio options
pktio_dpdk: {
# Default options