mirror of https://github.com/F-Stack/f-stack.git
1. add `pci_whitelist` config in `config.ini`.
2. remove old pcap config.
This commit is contained in:
parent
5edfaa424a
commit
cf06e8b0b7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue