Skip to content

Commit 2df8fe2

Browse files
committed
Update release note for 1.21.
1 parent 9647742 commit 2df8fe2

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

doc/F-Stack_Release_Note.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,49 @@
22

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

5+
2021.01 F-Stack v1.21
6+
7+
1. F-Stack lib:
8+
- Fix use after free issue in mbuf free. #565 #556 @tanjianfeng @zouyonghao @freak82
9+
- Fix insufficient condition in ff_rte_frm_extcl function.
10+
- Fix wrong msg_flags in struct msghdr after calling ff_recvmsg in a Linux application.
11+
- Modify dump codes. @jinhao2
12+
- Feature knictl. @pengtianabc
13+
- Add configuration options `symmetric_rss` to set whether to use symmetric RSS.
14+
- Add IPv6 net addr parameters in config. @zengyi1001
15+
- Add `ff_regist_pcblddr_fun` to regist a pcb lddr function in F-Stack.
16+
- Config: Support parse "--file-prefix"&"--pci-whitelist" for multi-processes. @hawkxiang
17+
- Support rte_flow_isolate for multi lcore. @hawkxiang
18+
19+
2. Nginx:
20+
21+
- Fix some issues of nginx transparent proxy. @rolfliu
22+
23+
3. micro_thread:
24+
25+
- Add micro_thread_auto_adjust_thread_cnt. @WoolenWang
26+
- Fix compile error of micro_thread with gcc 8.3. @Xin Wang
27+
28+
4. Tools:
29+
30+
- Fix a crash bug while use `ff_ifconfig`.
31+
- Fix bug of `ff_sysctl`.
32+
- Fix some other bugs while use ff msg.
33+
- IPFW: supported IPv6. @zjwsoft
34+
- Add ff_ipc_exit() to clean temp files in /var/ while run F-Stack tools arp/ifconfig/route/ipfw. @zjwsoft
35+
- Add ndp tool for ipv6 neighbor. @chopin11
36+
37+
38+
5. DPDK:
39+
40+
- Upgrade to 19.11.5 LTS.
41+
42+
6. Others:
43+
44+
- Update README.md. @soroshsabz
45+
46+
47+
548
2019.11 F-Stack v1.20
649

750
1. F-Stack lib:
@@ -16,7 +59,7 @@
1659
- Add bonding suopported. *Note: some bond driver can not work with multi processes.*
1760
- Add `pkt_tx_delay` parameter in `config.ini`.
1861
- Add `tx_csum_offoad_skip` parameter in `config.ini`. @JayathS
19-
62+
2063
2. Nginx:
2164

2265
- Upgrade to 1.16.1.

0 commit comments

Comments
 (0)