Skip to content

Commit 49a21bc

Browse files
committed
Update 1.21.3 release note.
1 parent 87d3f2c commit 49a21bc

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

doc/F-Stack_Release_Note.md

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

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

5+
2023.09 F-Stack v1.21.3(LTS)
6+
7+
1. F-Stack lib, Sync some features from branch of dev:
8+
9+
- vlan_strip support kni.
10+
- Fix Compile Error with gcc 11.3.0(in Ubuntu 22.04).
11+
- Added F-Stack FreeBSD support. see 9f7a142 .
12+
- Enable INET6 by default in helloworld. see 51c91ab .
13+
- Added FDIR support. see 4854315 .
14+
- To avoid compiling errors when gcc version >= 10. see 6daadb0 .
15+
- Modify `struct linux_sockaddr` same to `struct sockaddr` in linux. see d96a9d1 .
16+
- Sync some modified of ff_config.c, inclue set dpdk log level, Avoid memory leaks, suppor vip_addr and vip_addr6, etc. see git log lib/ff_config.c in branch of dev.
17+
- Sync some modified of ff_syscall_wrapper.c, include ff_sendmsg, ff_recvmsg, ip6_opt_convert, etc. see git log lib/ff_syscall_wrapper.c in branch of dev.
18+
- The CPU usage of packet_dispatcher() is modified to usr. see 0508c8b .
19+
- If process_dispatch_ring() has data packet to be processed and it is considered non-idle state. see 81dd6c7 .
20+
- Fix a plurality of packets may not statistics in ff_traffic.rx_packets and ff_traffic.rx_bytes. see 0b4a084 .
21+
- Added FF_IPSEC=1 in lib/Makefile, disable by default.
22+
- Some other modified.
23+
24+
2. DPDK:
25+
26+
- DPDK: Upgrade to 19.11.14(LTS).
27+
28+
3. APP:
29+
30+
- Fiexd some build errors of micro_thread on ubuntu 22.04.
31+
32+
533
2022.09 F-Stack v1.21.2(LTS)
634

735
1. F-Stack lib:

0 commit comments

Comments
 (0)