Skip to content

Commit a7f935c

Browse files
committed
Update 1.24 release note.
1 parent 4d6dfdc commit a7f935c

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

doc/F-Stack_Release_Note.md

+67
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,73 @@
22

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

5+
2024.10 F-Stack v1.24
6+
7+
1. F-Stack lib, Sync some features from branch of dev:
8+
9+
- Restore vEth0 to veth0 now.
10+
- Add kni type argument in config.ini and FF_KNI_KNI in lib/Makefile to set exception path type.
11+
- FF_FLOW_ISOLATE support DPDK-22.11.
12+
- Add net.add_addr_allfibs=1 in config.ini.
13+
- gettimeofday automatically compatible with different glibc versions.
14+
- Add an API ff_get_traffic to get traffic for QoS or other.
15+
- Add ff_stop_run to stop the poll loop. @renzibei
16+
- Add POSIX Like functions for pthread_create and pthread_join. @Radu Nichita
17+
- Fix pthread issue. @Vitaly Pavlov
18+
- Fix a build error with gcc-4.8.5.
19+
- Modify ff_port_cfg.port_id's type from uint8_t to unint16_t.
20+
- Modify INI_MAX_LINE from 200 to 2048 in lib/ff_ini_parser.h.
21+
- IPv6 addr and vaddr set autoconf by default.
22+
- 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.
23+
- Add APi ff_dpdk_raw_packet_send to suppoort RAW packet send direty with DPDK by user APP not via socket.
24+
- Support automatic configuration of vlan and vlan ip, routing and the simplest policy routing.
25+
- Use soclose() instead of sofree() when initializing the configuration stack IP.
26+
- Support KNI ratelimit, default disable.
27+
- The msghdr.msg_iov->iov_base and msghdr.msg_iov->iov_len of ff_sendmsg() and ff_recvmsg() compatible with the Linux.
28+
29+
1. FreeBSD
30+
31+
- Add atomic_fcmpset_int32.
32+
- Fix some build errors of freebsd with gcc-12.2.0.
33+
- For f-stack to support QAT accelerator cards. @wenchengji.
34+
- Fix some build errors of freebsd with gcc-13.2.0.
35+
- Fix issue in Freebsd when building with GCC 14.1.0. @bjosv
36+
37+
1. ff toos
38+
39+
- Fix ff tools build error with gcc-13.2.0.
40+
- Fix netstat tool compilation on linux. Support `mawk` of ubuntu. @taras
41+
42+
1. DPDK
43+
44+
- DPDK: Upgrade to 22.11.6.
45+
- Fix a compilation warning of drivers mlx5.
46+
- Bump black from 22.10.0 to 24.3.0 in /dpdk/dts. @dependabot[bot]
47+
- kni_net.c compatible with -Wstringop-overflow with different gcc versions.
48+
49+
1. APP
50+
51+
- Nginx: gettimeofday automatically compatible with different glibc versions.
52+
- Nginx: Nginx's stream support transparent.
53+
54+
1. adapter
55+
56+
- syscall: Fix cplen calculation errors in ff_hook_syscall.c. @zhaozihanzzh
57+
- syscall: Close kernel epoll fd in ff_hook_close when using FF_KERNEL_EVENT. @zhaozihanzzh
58+
59+
1. doc
60+
61+
- modify doc that re-enable kni now, to remove kni later.
62+
- Modify nginx-1.16.1 to nginx-1.25.2 in docs.
63+
- Remove doc/F-Stack_Binary_Release_Quick_Start.md.
64+
- chore: update freebsd version in readme. @JamLee
65+
- Update ff tools README.md, use `ff_netstat -rnW` to display wider device name.
66+
- Update F-Stack_Quick_Start_Guide.md, add a cmd. @万能的翔王大人
67+
- Fix a typo in doc/F-Stack_Nginx_APP_Guide.md: "kernel_network_stack" -> "proxy_kernel_network_stack".
68+
- Disable build driver crypto/openssl for Redhat/Centos 7.x.
69+
70+
71+
572
2023.09 F-Stack v1.23
673

774
1. F-Stack lib, Sync some features from branch of dev:

0 commit comments

Comments
 (0)