aboutsummaryrefslogtreecommitdiffstats
path: root/configs/vcl.conf
blob: c6e7da9c6e4f4bb406cb7682ec438035f5ee0fca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
vcl {
##File size is no smaller than 1MB
#rx-fifo-size 2200000
#tx-fifo-size 2200000
##File size is smaller than 1MB
rx-fifo-size 5000
tx-fifo-size 5000
app-scope-local
app-scope-global
api-socket-name /path/to/vpp-api.sock
event-queue-size 1000000
segment-size 1024000000
add-segment-size 1024000000
vpp-api-q-length 65536
max-workers 36
#use-mq-eventfd
}