Skip to content

Commit c2f0f40

Browse files
committedOct 18, 2024
Update 1.21.5 release note.
1 parent e7450d7 commit c2f0f40

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
 

‎doc/F-Stack_Release_Note.md

+37
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22

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

5+
2024.10 F-Stack v1.21.5(LTS)
6+
7+
1. F-Stack lib:
8+
9+
- Modify ff_port_cfg.port_id's type from uint8_t to unint16_t.
10+
- Modify INI_MAX_LINE from 200 to 2048 in lib/ff_ini_parser.h.
11+
- IPv6 addr and vaddr set autoconf by default.
12+
- Modify IPv4 vip addrs' broadaddr from x.x.x.255 to x.x.x.x, same as vip addr, because vips' netmask only support `255.255.255.255` now.
13+
- Add APi ff_dpdk_raw_packet_send to suppoort RAW packet send direty with DPDK by user APP not via socket.
14+
- Support automatic configuration of vlan and vlan ip, routing and the simplest policy routing.
15+
- Use soclose() instead of sofree() when initializing the configuration stack IP.
16+
- Support KNI ratelimit, default disable.
17+
- The msghdr.msg_iov->iov_base and msghdr.msg_iov->iov_len of ff_sendmsg() and ff_recvmsg() compatible with the Linux.
18+
19+
1. FreeBSD
20+
21+
- Fix issue in Freebsd when building with GCC 14.1.0. @bjosv
22+
23+
1. ff toos
24+
25+
- Fix ff tools build error with gcc-13.2.0.
26+
27+
1. DPDK
28+
29+
- Fix some build errors of dpdk-19.11.14 with gcc-13.2.0.
30+
31+
1. APP
32+
33+
- Nginx: Nginx's stream support transparent.
34+
35+
1. doc
36+
37+
- Update ff tools README.md, use `ff_netstat -rnW` to display wider device name.
38+
- Fix a typo in doc/F-Stack_Nginx_APP_Guide.md: "kernel_network_stack" -> "proxy_kernel_network_stack".
39+
40+
41+
542
2023.10 F-Stack v1.21.4(LTS)
643

744
1. F-Stack lib:

0 commit comments

Comments
 (0)
Please sign in to comment.