From 595de2db4b31625eeb2bf9e74a20ee32ec2fe0db Mon Sep 17 00:00:00 2001 From: logwang Date: Tue, 21 Nov 2017 11:42:39 +0800 Subject: [PATCH] Release-1.11 tag. --- doc/F-Stack_Release_Note.md | 18 +++++++++++------- doc/F-Stack_Roadmap.md | 14 ++++++-------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/doc/F-Stack_Release_Note.md b/doc/F-Stack_Release_Note.md index d9b9e02d..9f28dfc7 100644 --- a/doc/F-Stack_Release_Note.md +++ b/doc/F-Stack_Release_Note.md @@ -2,11 +2,15 @@ F-Stack is an open source network framework based on DPDK. -2017.4 F-Stack v1.0 +2017.11 F-Stack v1.11 - 1. Intel DPDK network I/O module - 2. FreeBSD Network Stack - 3. Nginx supported - 4. Redis supported - 5. Coroutine supported - 6. Socket/Epoll/Kqueue/Select/Poll API \ No newline at end of file + 1. Intel DPDK network I/O module. + 2. FreeBSD Network Stack. + 3. Nic offload: checksum(IP/TCP/UDP), TSO, VLAN, etc. + 4. Network tools: sysctl, ifconfig, route, netstat, top, etc. + 5. Firewall supported: ipfw. + 6. Netgraph supported: ngctl. + 7. Posix-like API: socket,event. + 8. Coroutine API. + 9. Python bindings for F-Stack: pyfstack. + 10. App: Nginx/Redis supported. diff --git a/doc/F-Stack_Roadmap.md b/doc/F-Stack_Roadmap.md index a3f72477..d974535d 100644 --- a/doc/F-Stack_Roadmap.md +++ b/doc/F-Stack_Roadmap.md @@ -2,12 +2,10 @@ This list are major known features, and obviously neither complete nor guaranteed. -2017.7 F-Stack v1.1 +1. Zerocopy when send packet. +2. Interrupt mode support. +3. Run as a network daemon. +4. SPDK supportted. +5. Python/PHP/Go API supportted. +6. Encapsulate Cyptodev API(Intel QAT). -1. NIC offload: checkksum(IP/TCP/UDP/SCTP), TSO, VLAN). -2. Zerocopy when send packet. -3. User space tools:syscontrol, iptables, tcpdump, HOOK(INPUT/OUTPUT/BYPASS), tc, etc. -4. Watchdog supportted. -5. SPDK supportted. -6. Python/PHP API supportted. -7. Encapsulate Cyptodev API(Intel QAT). \ No newline at end of file