File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[dpdk]
22# Hexadecimal bitmask of cores to run on.
3- lcore_mask =10
3+ lcore_mask =1
44
55# Number of memory channels.
66channel =4
@@ -27,11 +27,11 @@ vlan_strip=1
2727# Set [vlanN]'s addrs like [portN] later
2828# the format is same as port_list
2929# Set vlan filter id, to enable L3/L4 RSS below vlan hdr is not enable after f-stack-1.22.
30- # vlan_filter=1,2,4-6
30+ vlan_filter =1,2,4-6
3131
3232# sleep when no pkts incomming
3333# unit: microseconds
34- idle_sleep =20
34+ idle_sleep =0
3535
3636# sent packet delay time(0-100) while send less than 32 pkts.
3737# default 100 us.
@@ -125,10 +125,10 @@ kernel_coexist=0
125125# Port config section
126126# Correspond to dpdk.port_list's index: port0, port1...
127127[port0]
128- addr =9.134.214.176
129- netmask =255.255.248 .0
130- broadcast =9.134.215 .255
131- gateway =9.134.208 .1
128+ addr =192.168.1.2
129+ netmask =255.255.255 .0
130+ broadcast =192.168.1 .255
131+ gateway =192.168.1 .1
132132# set interface name, Optional parameter.
133133# if_name=eno7
134134
You can’t perform that action at this time.
0 commit comments