aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2020-06-08 10:34:09 +0300
committerMatias Elo <matias.elo@nokia.com>2020-06-08 10:34:09 +0300
commit0b7fb60a26c39a8b1e34cb02cfd6785a188dec3f (patch)
tree93dd9ab65686d3430ef7f7845bd67beb712ba413 /config
parent102173c31bf1af979488af3d3d4175d162ac0454 (diff)
parent0153b816e6aaa1c5e6308571d374b555f2173007 (diff)
Merge branch 'master' of https://github.com/OpenDataPlane/odp into odp-dpdk
Signed-off-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'config')
-rw-r--r--config/odp-linux-generic.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/odp-linux-generic.conf b/config/odp-linux-generic.conf
index 6bc9753c3..ced837a29 100644
--- a/config/odp-linux-generic.conf
+++ b/config/odp-linux-generic.conf
@@ -58,14 +58,16 @@ shm: {
# Pool options
pool: {
- # Thread local cache size. Value must be a multiple of burst_size
+ # Default thread local cache size. Cache size in pool parameters is
+ # initialized to this value. Value must be a multiple of burst_size
# (min 2 x burst_size).
#
# The total maximum number of cached events is the number of threads
# using the pool multiplied with local_cache_size.
local_cache_size = 256
- # Transfer size between local cache and global pool.
+ # Transfer size between local cache and global pool. Must be larger
+ # than zero.
burst_size = 32
# Packet pool options