You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/F-Stack_Release_Note.md
+20
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
3
3
F-Stack is an open source network framework based on DPDK.
4
4
5
+
2023.10 F-Stack v1.21.4(LTS)
6
+
7
+
1. F-Stack lib:
8
+
9
+
- Add vlan_filter argument in config.ini for RSS with vlan.
10
+
- Set Rx VLAN filter, and then the dirvier(such as MLX5) will set FLOW RSS to enable L3/L4 RSS below vlan hdr. This action won't need after DPDK-20.11.
11
+
- Fix Compile Error with gcc 12.2.0.
12
+
- gettimeofday automatically compatible with different glibc versions.
13
+
- Add an API ff_get_traffic to get traffic for QoS or other.
14
+
15
+
2. ff tools:
16
+
17
+
- Fix Compile Error with gcc 12.2.0.
18
+
19
+
3. APP:
20
+
21
+
- gettimeofday automatically compatible with different glibc versions.
22
+
23
+
24
+
5
25
2023.09 F-Stack v1.21.3(LTS)
6
26
7
27
1. F-Stack lib, Sync some features from branch of dev:
0 commit comments