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 f259140 commit 92a51f3Copy full SHA for 92a51f3
1 file changed
doc/F-Stack_Release_Note.md
@@ -2,6 +2,24 @@
2
3
F-Stack is an open source network framework based on DPDK.
4
5
+2022.09 F-Stack v1.21.2(LTS)
6
+
7
+ 1. F-Stack lib:
8
9
+ - Fix #643. Fix a VXLAN issue. Thanks @agerguo
10
+ - FF_USE_PAGE_ARRAY compatible DPDK 19.11.
11
+ - Optimize random function in ff_compat.c @dingyuan
12
+ - Enable net.inet.tcp.delayed_ack by default to improve concurrent performance.
13
+ - Support zero copy while call `ff_write`, disable by default.
14
+ - Fix the bonding issue. @Lorisy
15
+ - Fix the issue that `ff_netstat -r` can't show gateway6.
16
17
+ 2. DPDK:
18
19
+ - Upgrade to DPDK-19.11.13(LTS).
20
21
22
23
2021.09 F-Stack v1.21.1
24
25
1. F-Stack lib:
@@ -12,6 +30,8 @@
30
31
- MLX5: modify if_indextoname syscall to support F-Stack tools.
32
33
34
35
2021.01 F-Stack v1.21
36
37
0 commit comments