Skip to content

Commit 3dbbcaf

Browse files
committed
update .gitignore.
1 parent 50b5902 commit 3dbbcaf

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,8 @@ adapter/syscall/helloworld_stack_thread_socket
4545
AGENTS.md
4646
CLAUDE.md
4747
plan.md
48+
49+
# Nginx build artifacts (F-Stack app/nginx-1.28.0)
50+
app/nginx-1.28.0/Makefile
51+
app/nginx-1.28.0/dist/
52+
app/nginx-1.28.0/objs/

config.ini

Lines changed: 7 additions & 12 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=1
3+
lcore_mask=10
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=0
34+
idle_sleep=20
3535

3636
# sent packet delay time(0-100) while send less than 32 pkts.
3737
# default 100 us.
@@ -98,24 +98,19 @@ nb_bond=0
9898
# Each core write into own pcap file, which is open one time, close one time if enough.
9999
# Support dump the first snaplen bytes of each packet.
100100
# if pcap file is lager than savelen bytes, it will be closed and next file was dumped into.
101-
# timestamp_precision: 0 = microseconds (default, standard pcap magic 0xA1B2C3D4),
102-
# 1 = nanoseconds (nanosecond pcap magic 0xA1B23C4D).
103-
# Nanosecond mode uses clock_gettime(CLOCK_REALTIME) for ns-level timestamps.
104-
# Wireshark and tcpdump >= 4.0 can parse nanosecond pcap files automatically.
105101
[pcap]
106102
enable=0
107103
snaplen=96
108104
savelen=16777216
109105
savepath=.
110-
timestamp_precision=0
111106

112107
# Port config section
113108
# Correspond to dpdk.port_list's index: port0, port1...
114109
[port0]
115-
addr=192.168.1.2
116-
netmask=255.255.255.0
117-
broadcast=192.168.1.255
118-
gateway=192.168.1.1
110+
addr=9.134.214.176
111+
netmask=255.255.248.0
112+
broadcast=9.134.215.255
113+
gateway=9.134.208.1
119114
# set interface name, Optional parameter.
120115
#if_name=eno7
121116

0 commit comments

Comments
 (0)