aboutsummaryrefslogtreecommitdiffstats
path: root/configs/startup.conf
diff options
context:
space:
mode:
authorxiaolongx.jiang <xiaolongx.jiang@intel.com>2020-05-28 10:23:26 +0000
committerxiaolongx.jiang <xiaolongx.jiang@intel.com>2020-06-08 17:55:44 +0800
commit4e79f2d7486f2cbfe9e799882e13ec63601b95b2 (patch)
tree221dcad4729d2aa026b4f43ccdb05b1107d3cb2b /configs/startup.conf
parent40de9f06b06af56bd6bc82b7c32c255ab779f8a6 (diff)
support vpp 20.05, modify openssl and nginx prefix and add verify
Signed-off-by: xiaolongx.jiang <xiaolongx.jiang@intel.com> Change-Id: I6d1b630944094fda50812b1070e4b61c1e8d9753
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
+#
+# }
+#}