From 4e79f2d7486f2cbfe9e799882e13ec63601b95b2 Mon Sep 17 00:00:00 2001 From: "xiaolongx.jiang" Date: Thu, 28 May 2020 10:23:26 +0000 Subject: support vpp 20.05, modify openssl and nginx prefix and add verify Signed-off-by: xiaolongx.jiang Change-Id: I6d1b630944094fda50812b1070e4b61c1e8d9753 --- configs/startup.conf | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'configs/startup.conf') 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 { - 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 { +# 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 +# +# } +#} -- cgit 1.2.3-korg