mirror of https://github.com/F-Stack/f-stack.git
Release-1.11 tag.
This commit is contained in:
parent
c7fe235229
commit
595de2db4b
|
@ -2,11 +2,15 @@
|
||||||
|
|
||||||
F-Stack is an open source network framework based on DPDK.
|
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
|
1. Intel DPDK network I/O module.
|
||||||
2. FreeBSD Network Stack
|
2. FreeBSD Network Stack.
|
||||||
3. Nginx supported
|
3. Nic offload: checksum(IP/TCP/UDP), TSO, VLAN, etc.
|
||||||
4. Redis supported
|
4. Network tools: sysctl, ifconfig, route, netstat, top, etc.
|
||||||
5. Coroutine supported
|
5. Firewall supported: ipfw.
|
||||||
6. Socket/Epoll/Kqueue/Select/Poll API
|
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.
|
||||||
|
|
|
@ -2,12 +2,10 @@
|
||||||
|
|
||||||
This list are major known features, and obviously neither complete nor guaranteed.
|
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).
|
|
Loading…
Reference in New Issue