1. add `pci_whitelist` config in `config.ini`.

2. remove old pcap config.
This commit is contained in:
fengbojiang 2021-06-15 17:47:20 +08:00
parent e426931965
commit b0e03286ae
1 changed files with 4 additions and 3 deletions

View File

@ -38,6 +38,10 @@ pkt_tx_delay=100
# use symmetric Receive-side Scaling(RSS) key, default: disabled.
symmetric_rss=0
# PCI device enable list.
# And driver options
#pci_whitelist=02:00.0
# enabled port list
#
# EBNF grammar:
@ -94,9 +98,6 @@ gateway=192.168.1.1
# the format is same as port_list
#slave_port_list=0,1
# Packet capture path, this will hurt performance
#pcap=./a.pcap
# Vdev config section
# orrespond to dpdk.nb_vdev's index: vdev0, vdev1...
# iface : Shouldn't set always.