aboutsummaryrefslogtreecommitdiffstats
path: root/README.vppodp
diff options
context:
space:
mode:
authorMichal Mazur <mkm@semihalf.com>2018-01-04 17:05:21 +0100
committerMichal Mazur <mkm@semihalf.com>2018-01-08 15:29:18 +0100
commit6009022c160586ba9670c57f13ef1dfa0cbc1575 (patch)
treee4a2914b913a54bb5ef36f46fd85c657ab6448ec /README.vppodp
parente6e8af488c26f5cfe380e5c6fd141f74bafedc7d (diff)
plugins: odp: Remove 'platform-params' option
ODP platform can now be configured using environment variable ODP_PLATFORM_PARAMS. Remove the option from startup config file. Change-Id: I9d550dabd32c691a031bb88d5453c8146d5fbce8 Signed-off-by: Michal Mazur <mkm@semihalf.com>
Diffstat (limited to 'README.vppodp')
-rw-r--r--README.vppodp1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.vppodp b/README.vppodp
index 9a849459..d98c3663 100644
--- a/README.vppodp
+++ b/README.vppodp
@@ -56,6 +56,7 @@ Set the environment variables with ODP config:
export PLATFORM=odp
export ODP_INST_PATH=<odp-dpdk-install-path>
+export ODP_PLATFORM_PARAMS="-m 400" # at least size of memory to allocate need to be specified
Note : Also check and copy dpdk/odp-dpdk libraries to default /usr/lib path for linking with vpp.