Skip to content

Commit 8ca1fc4

Browse files
committed
fix(config): revert local test values, keep only [stack] coexistence block
1 parent adfb13b commit 8ca1fc4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

config.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[dpdk]
22
# Hexadecimal bitmask of cores to run on.
3-
lcore_mask=10
3+
lcore_mask=1
44

55
# Number of memory channels.
66
channel=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

0 commit comments

Comments
 (0)