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
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,42 @@
2
2
3
3
F-Stack is an open source network framework based on DPDK.
4
4
5
+
## 2025.11 F-Stack v1.21.6(LTS)
6
+
7
+
1. F-Stack lib:
8
+
9
+
- Support bind no port like linux's IP_BIND_ADDRESS_NO_PORT.
10
+
- Add inner IP and port-based flow steering capabilities for the IPIP protocol.(Authors: Zhiwen Wang @hirowang1, Huiqin Zhang).
11
+
- Modify usleep to rte_delay_us_sleep.
12
+
- Add viritio support for kni.
13
+
- Build netgraph and ipfw by default.
14
+
- Disable RSS if hardware does not support it. @Clcanny
15
+
- ff_traffic support rx_dropped and tx_dropped.
16
+
- Added the -Wextra compilation option and fixed compilation errors.
17
+
- Add ff_log mod, that encapsulates some interfaces of the rte_log module.
18
+
- set the IP-type flag for tx_csum_l4 offload. @zcjie1
19
+
- Add ff_stop_run to stop the poll loop. @renzibei
20
+
- Add some cleanup action, however, it is incomplete.
21
+
- Add the feature fo ff_rss_check table to improve the performance of ff_rss_check(). See https://github.com/F-Stack/f-stack/wiki/%E2%80%8B%E2%80%8BF%E2%80%90Stack-ff_rss_check()-Optimization-Introduction%E2%80%8B
22
+
23
+
1. FreeBSD
24
+
25
+
- Add the feature fo ff_rss_check table to improve the performance of ff_rss_check(). See https://github.com/F-Stack/f-stack/wiki/%E2%80%8B%E2%80%8BF%E2%80%90Stack-ff_rss_check()-Optimization-Introduction%E2%80%8B
26
+
27
+
1. ff toos
28
+
29
+
- ff_traffic support rx_dropped and tx_dropped.
30
+
31
+
1. DPDK
32
+
33
+
- Modify real_if_indextoname return value and type. @giannisli
34
+
35
+
1. APP
36
+
37
+
- Nginx: Adapt nginx-1.28.0 to f-stack. @jinliu777
0 commit comments