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 ++++++++++++++++--------------- configs/vcl.conf | 2 +- 2 files changed, 17 insertions(+), 16 deletions(-) (limited to 'configs') 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 +# +# } +#} diff --git a/configs/vcl.conf b/configs/vcl.conf index c6e7da9..e81459c 100644 --- a/configs/vcl.conf +++ b/configs/vcl.conf @@ -7,7 +7,7 @@ rx-fifo-size 5000 tx-fifo-size 5000 app-scope-local app-scope-global -api-socket-name /path/to/vpp-api.sock +api-socket-name /run/vpp/api.sock event-queue-size 1000000 segment-size 1024000000 add-segment-size 1024000000 -- cgit 1.2.3-korg