Skip to content

Commit 3bd6304

Browse files
committed
Update release note or 1.13.
1 parent 8e6dbae commit 3bd6304

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

doc/F-Stack_Release_Note.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
# F-Stack Release Note
22

3-
F-Stack is an open source network framework based on DPDK.
3+
F-Stack is an open source network framework based on DPDK.
4+
5+
2019.11 F-Stack v1.13
6+
7+
1. F-Stack lib:
8+
9+
- Fix some bugs.
10+
- Add interface `ff_dup`, `ff_dup2``ff_ioctl_freebsd`, `ff_getsockopt_freebsd`, `ff_setsockopt_freebsd`.
11+
- Initial parameter `proc-type` can be NULL, default "auto".
12+
- Add "idle_sleep" parameter to reduce CPU usage when no pkts incomming, add `base_virtaddr` parameter for some vms.
13+
- Add arch arm64 compiler options.
14+
- Support Container(Docker).
15+
- Support vlan.
16+
17+
2. Nginx:
18+
19+
- Fix some bugs.
20+
- Hook `getpeername`,`getsockname`,`shutdown`.
21+
- Support "master_process off".
22+
23+
3. Redis:
24+
25+
- Reset cpu affinity when new process forked.
26+
27+
4. Tools:
28+
29+
- Add `traffic` tool.
30+
31+
5. DPDK:
32+
33+
- Upgrade to 17.11.4 LTS.
434

535
2018.5 F-Stack v1.12
636

0 commit comments

Comments
 (0)