We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183054d commit 1286851Copy full SHA for 1286851
1 file changed
config.ini
@@ -1,6 +1,6 @@
1
[dpdk]
2
# Hexadecimal bitmask of cores to run on.
3
-lcore_mask=10
+lcore_mask=1
4
5
# Number of memory channels.
6
channel=4
@@ -31,7 +31,7 @@ vlan_strip=1
31
32
# sleep when no pkts incomming
33
# unit: microseconds
34
-idle_sleep=20
+idle_sleep=0
35
36
# sent packet delay time(0-100) while send less than 32 pkts.
37
# default 100 us.
@@ -125,10 +125,10 @@ kernel_coexist=0
125
# Port config section
126
# Correspond to dpdk.port_list's index: port0, port1...
127
[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
+addr=192.168.1.2
+netmask=255.255.255.0
+broadcast=192.168.1.255
+gateway=192.168.1.1
132
# set interface name, Optional parameter.
133
#if_name=eno7
134
0 commit comments