aboutsummaryrefslogtreecommitdiffstats
path: root/configs/startup.conf
diff options
context:
space:
mode:
Diffstat (limited to 'configs/startup.conf')
-rw-r--r--configs/startup.conf31
1 files changed, 16 insertions, 15 deletions
diff --git a/configs/startup.conf b/configs/startup.conf
index b9260b4..059ae5c 100644
--- a/configs/startup.conf
+++ b/configs/startup.conf
@@ -28,18 +28,19 @@ cpu {
tcp {cc-algo cubic}
-dpdk {
- dev <pci-address> {
- name eth0
-
- ##the value of num-rx-queues should be the same as the number
- ##of VPP worker
- ##If 1
- num-rx-queues 1
- ##If 4
- #num-rx-queues 4
- num-rx-desc 512
- num-tx-desc 512
-
- }
-}
+#Delete the # sign below and set the PCI-Address of the network card.
+#dpdk {
+# dev <pci-address> {
+# name eth0
+#
+# ##the value of num-rx-queues should be the same as the number
+# ##of VPP worker
+# ##If 1
+# num-rx-queues 1
+# ##If 4
+# #num-rx-queues 4
+# num-rx-desc 512
+# num-tx-desc 512
+#
+# }
+#}