aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2017-03-23 10:48:47 +0100
committerDamjan Marion <dmarion.lists@gmail.com>2017-04-20 08:56:46 +0000
commit4cb23574433375bfba4800e3d6bc5c4ce69ad69b (patch)
tree2c723ff3541168a7a7977c6e8aa65f1c38957579
parent2c91879e7fb98215fe1938251237ad16aebeb3f0 (diff)
Comment out dpdk section in startup.conf
It is empty anyway and it is causing problems if dpdk plugin is not loaded. Change-Id: I7b49afec39c78cbaf0c57b50621fb3e6848e3469 Signed-off-by: Damjan Marion <damarion@cisco.com> (cherry picked from commit 60750434fce12e320968a5bbc14cca080048ffd1)
-rw-r--r--src/vpp/conf/startup.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf
index 19e322a87b9..324facc0978 100644
--- a/src/vpp/conf/startup.conf
+++ b/src/vpp/conf/startup.conf
@@ -49,7 +49,7 @@ cpu {
# scheduler-priority 50
}
-dpdk {
+# dpdk {
## Change default settings for all intefaces
# dev default {
## Number of receive queues, enables RSS
@@ -96,4 +96,4 @@ dpdk {
## Change hugepages allocation per-socket, needed only if there is need for
## larger number of mbufs. Default is 256M on each detected CPU socket
# socket-mem 2048,2048
-}
+# }