Skip to content

Commit 84a64dd

Browse files
committed
Update 1.21.6 release note.
1 parent 71cdb53 commit 84a64dd

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

doc/F-Stack_Release_Note.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
F-Stack is an open source network framework based on DPDK.
44

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
38+
39+
40+
541
2024.10 F-Stack v1.21.5(LTS)
642

743
1. F-Stack lib:

0 commit comments

Comments
 (0)