diff options
author | 2018-01-04 17:05:21 +0100 | |
---|---|---|
committer | 2018-01-08 15:29:18 +0100 | |
commit | 6009022c160586ba9670c57f13ef1dfa0cbc1575 (patch) | |
tree | e4a2914b913a54bb5ef36f46fd85c657ab6448ec /src/vpp | |
parent | e6e8af488c26f5cfe380e5c6fd141f74bafedc7d (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 'src/vpp')
-rw-r--r-- | src/vpp/conf/startup.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index d6d2d278..15c9086d 100644 --- a/src/vpp/conf/startup.conf +++ b/src/vpp/conf/startup.conf @@ -99,11 +99,6 @@ cpu { # } # odp { - # platform-params { - # memory 100 - # cmdline { <additional-parameters> } - # } - ## Number of packets in allocated pool # num-pkts-in-pool 10240 |