Skip to content

Commit 595de2d

Browse files
author
logwang
committed
Release-1.11 tag.
1 parent c7fe235 commit 595de2d

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

doc/F-Stack_Release_Note.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

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

5-
2017.4 F-Stack v1.0
5+
2017.11 F-Stack v1.11
66

7-
1. Intel DPDK network I/O module
8-
2. FreeBSD Network Stack
9-
3. Nginx supported
10-
4. Redis supported
11-
5. Coroutine supported
12-
6. Socket/Epoll/Kqueue/Select/Poll API
7+
1. Intel DPDK network I/O module.
8+
2. FreeBSD Network Stack.
9+
3. Nic offload: checksum(IP/TCP/UDP), TSO, VLAN, etc.
10+
4. Network tools: sysctl, ifconfig, route, netstat, top, etc.
11+
5. Firewall supported: ipfw.
12+
6. Netgraph supported: ngctl.
13+
7. Posix-like API: socket,event.
14+
8. Coroutine API.
15+
9. Python bindings for F-Stack: pyfstack.
16+
10. App: Nginx/Redis supported.

doc/F-Stack_Roadmap.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22

33
This list are major known features, and obviously neither complete nor guaranteed.
44

5-
2017.7 F-Stack v1.1
5+
1. Zerocopy when send packet.
6+
2. Interrupt mode support.
7+
3. Run as a network daemon.
8+
4. SPDK supportted.
9+
5. Python/PHP/Go API supportted.
10+
6. Encapsulate Cyptodev API(Intel QAT).
611

7-
1. NIC offload: checkksum(IP/TCP/UDP/SCTP), TSO, VLAN).
8-
2. Zerocopy when send packet.
9-
3. User space tools:syscontrol, iptables, tcpdump, HOOK(INPUT/OUTPUT/BYPASS), tc, etc.
10-
4. Watchdog supportted.
11-
5. SPDK supportted.
12-
6. Python/PHP API supportted.
13-
7. Encapsulate Cyptodev API(Intel QAT).

0 commit comments

Comments
 (0)