White Papers

13
|
QAT Whitepaper
© 2019 Dell Inc. or its subsidiaries.
6.4.3 Run VPP with OpenSSL
To run VPP with OpenSSL, on a Linux Shell, execute:
vpp -c vpp_config_hw.txt_withIPSec_withopenssl_works
6.4.4 Run VPP with Intel AES-NI (AES New Instructions set for x86 Processors)
To run VPP with AESNI, on a Linux Shell, execute:
vpp -c vpp_config_hw.txt_withIPSec_withaesni_works
6.4.5 Run VPP with QAT
To run VPP with QAT, on a Linux Shell, execute:
vpp -c vpp_config_hw.txt_withIPSec_withQAT_works
6.5 VPP Configurations For OpenSSL
unix {
exec /home/dell/vpp_manual_cfgs/vpp_with_ipsec/vpp_config_with_ipsec.txt
nodaemon
cli-listen /run/vpp/cli.sock
log /tmp/vpp.log
interactive
}
cpu {
main-core 6
corelist-workers 2,4
}
dpdk {
socket-mem 2048,2048
log-level debug
no-tx-checksum-offload
dev default{
num-tx-desc 1024
num-rx-desc 1024
}
dev 0000:3b:00.0
{
workers 0
}
dev 0000:3b:00.1
{
workers 1
}
}
ip {
}
#dev 0000:60:01.0
#dev 0000:61:01.0
num-mbufs 370000
no-multi-seg
heap-size 2G