aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2020-02-04 08:16:11 +0000
committerMatias Elo <matias.elo@nokia.com>2020-02-04 08:16:11 +0000
commit4633a4fc7fd2237192d8cc601ab7e7d18e4fb96a (patch)
tree23967a1d12e1cccd5f2e88e5925c146c4d8bdacd /config
parentd25d47b3c5b1dcde440960c259d5066c2dec0a2d (diff)
parent180f1403b12beab32715f10839d3248e7fecb46d (diff)
Merge branch 'master' of https://github.com/OpenDataPlane/odp into odp-dpdk
Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'config')
-rw-r--r--config/odp-linux-generic.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/odp-linux-generic.conf b/config/odp-linux-generic.conf
index 5a3ca72ff..b1f0e9009 100644
--- a/config/odp-linux-generic.conf
+++ b/config/odp-linux-generic.conf
@@ -62,7 +62,8 @@ pool: {
max_num = 262143
# Base alignment for segment data. When set to zero,
- # cache line size is used. Use power of two values.
+ # cache line size is used. Use power of two values. This is
+ # also the maximum value for the packet pool alignment param.
base_align = 0
}