Comment out dpdk section in startup.conf 37/5837/2
authorDamjan Marion <damarion@cisco.com>
Thu, 23 Mar 2017 09:48:47 +0000 (10:48 +0100)
committerOle Trøan <otroan@employees.org>
Tue, 28 Mar 2017 13:31:04 +0000 (13:31 +0000)
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>
src/vpp/conf/startup.conf

index 19e322a..324facc 100644 (file)
@@ -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
-}
+}