Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2c91879
)
Comment out dpdk section in startup.conf
87/6287/2
author
Damjan Marion
<
[email protected]
>
Thu, 23 Mar 2017 09:48:47 +0000
(10:48 +0100)
committer
Damjan Marion
<
[email protected]
>
Thu, 20 Apr 2017 08:56:46 +0000
(08:56 +0000)
It is empty anyway and it is causing problems if dpdk plugin is not
loaded.
Change-Id: I7b49afec39c78cbaf0c57b50621fb3e6848e3469
Signed-off-by: Damjan Marion <
[email protected]
>
(cherry picked from commit
60750434fce12e320968a5bbc14cca080048ffd1
)
src/vpp/conf/startup.conf
patch
|
blob
|
history
diff --git
a/src/vpp/conf/startup.conf
b/src/vpp/conf/startup.conf
index
19e322a
..
324facc
100644
(file)
--- 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
-}
+
#
}