Skip to content

Commit 1286851

Browse files
committed
Modify config.ini.
1 parent 183054d commit 1286851

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

config.ini

Lines changed: 6 additions & 6 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
@@ -31,7 +31,7 @@ vlan_strip=1
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)