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 --- src/vpp/conf/startup.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/vpp/conf/startup.conf') 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 { } - # } - ## Number of packets in allocated pool # num-pkts-in-pool 10240 -- cgit 1.2.3-korg