|
2 | 2 |
|
3 | 3 | F-Stack is an open source network framework based on DPDK.
|
4 | 4 |
|
| 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 | + |
5 | 48 | 2019.11 F-Stack v1.20
|
6 | 49 |
|
7 | 50 | 1. F-Stack lib:
|
|
16 | 59 | - Add bonding suopported. *Note: some bond driver can not work with multi processes.*
|
17 | 60 | - Add `pkt_tx_delay` parameter in `config.ini`.
|
18 | 61 | - Add `tx_csum_offoad_skip` parameter in `config.ini`. @JayathS
|
19 |
| - |
| 62 | + |
20 | 63 | 2. Nginx:
|
21 | 64 |
|
22 | 65 | - Upgrade to 1.16.1.
|
|
0 commit comments