From 6009022c160586ba9670c57f13ef1dfa0cbc1575 Mon Sep 17 00:00:00 2001 From: Michal Mazur Date: Thu, 4 Jan 2018 17:05:21 +0100 Subject: 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 --- README.vppodp | 1 + 1 file changed, 1 insertion(+) (limited to 'README.vppodp') 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= +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. -- cgit 1.2.3-korg