Commit Graph

636 Commits (4b05018ffe82e49a15dba9417e3dd5a04bb6c9ff)

Author SHA1 Message Date
logwang 97d5989cd7 Merge branch 'master' of https://github.com/F-Stack/f-stack 2017-05-16 16:17:01 +08:00
logwang 1fdd2a6e8b Fix typo. 2017-05-16 16:16:10 +08:00
limzhang(张力) 8a0cdb99c3 example:remove printf 2017-05-15 17:55:26 +08:00
limzhang(张力) fd436ff2d2 add example code which use epoll API. 2017-05-15 17:49:25 +08:00
logwang 4d8e77d712 Merge branch 'master' of https://github.com/F-Stack/f-stack 2017-05-15 13:20:12 +08:00
logwang 5e3a4c7748 Fix #7:arp ring lookup called after create. 2017-05-15 13:16:52 +08:00
whl739 50adc53472 Redis: bind to 0.0.0.0 by default. 2017-05-15 11:59:47 +08:00
whl739 bf96e9ee00 Fix #6: Redis compile error.
The previous codes of redis is pushed on Windows, and lost the permission to execute.
2017-05-15 11:44:23 +08:00
logwang 8f57dbbcb5 Fix #4: nb_procs < 0 =====> proc_id < 0 2017-05-15 11:27:44 +08:00
logwang 8745404160 example: remove pkg-config in Makefile.
Because pkg-config(version before 0.28) reordered -Wl,--whole-archive -Wl,--no-whole-archive not to surround the dpdk libraries, so we remove pkg-config and do it ourselves.
2017-05-12 11:06:04 +08:00
whl739 afba4e3b40 Merge branch 'master' of https://github.com/F-Stack/f-stack 2017-05-10 17:21:14 +08:00
whl739 2dfcd880c7 example: remove printf. 2017-05-10 17:20:41 +08:00
logwang 22b81ce8c8 Update .gitignore 2017-05-10 17:01:37 +08:00
logwang fcfbcbe549 Update LICENSE 2017-05-10 17:01:12 +08:00
logwang 47de44efe7 Update README.md 2017-05-09 14:45:03 +08:00
johnjiang 9ca0c07064 Update F-Stack_API_Reference.md 2017-05-09 14:30:26 +08:00
johnjiang da4f19c1df Update F-Stack_API_Reference.md 2017-05-09 14:29:51 +08:00
whl739 82aa761e87 Fix #3: Compiling errors on Ubuntu.
On Ubuntu, you should use gawk instead of the default mawk.And use bash to excute `./configure --prefix=/usr/local/nginx_fstack --with-ff_module`.
2017-05-08 18:15:46 +08:00
johnjiang 8c0855abf9 Update README.md 2017-05-07 17:23:30 +08:00
fengbojiang(姜凤波) a264c356a4 add F-Stack Roadmap 2017-05-07 17:04:30 +08:00
logwang 213fa7b358 Support RX/TX offload according to HW's capability
RX: VLAN strip, CRC strip, IP/TCP/UDP checksum.
TX: IP/TCP/UDP checksum, TSO.

Note that TSO has a problem: when enable TSO,
F-Stack is much slower(Temporarily not resolved).
So TSO is disabled by default.
Edit config.ini to enable it.
2017-05-06 21:52:25 +08:00
logwang c590631e7e Merge branch 'master' of https://github.com/F-Stack/f-stack 2017-05-02 18:27:43 +08:00
logwang f47e38d9dd Fix kni bug.
BUG:
When set config.ini:
[kni]
enable=1
method=reject
tcp_port=80

Packets that not belond to tcp port 80 will not be transmitted to kernel.
2017-05-02 18:05:26 +08:00
logwang 3fc788461b Add doc: Launch F-Stack on AWS EC2. 2017-05-02 18:04:26 +08:00
logwang 627097dc92 Support VLAN Strip.
In some cases such as AWS EC2, we must strip vlan tag.
Edit the config.ini, set port.vlanstrip = 1.
2017-05-02 18:03:38 +08:00
logwang 5f3825effd Disable DEBUG mode by default 2017-05-02 17:45:25 +08:00
root 1ab1bbefe2 update README.md and file to Execution 2017-04-24 04:12:53 +00:00
johnjiang 7a243e255a Update README.md 2017-04-21 20:29:05 +08:00
logwang f854666911 init 2017-04-21 19:23:18 +08:00
logwang a9643ea85c init 2017-04-21 18:43:26 +08:00
logwang 08d6a8500a Update README.md 2017-04-14 13:47:05 +08:00
logwang 6b32f8b79c Update README.md 2017-04-14 13:46:44 +08:00
logwang c888d0c9f5 Update README.md 2017-04-14 10:33:01 +08:00
logwang e0f635cf30 Update README.md 2017-04-14 10:31:08 +08:00
logwang 4ada8c2de6 Update README.md 2017-04-14 10:28:07 +08:00
logwang a07c13986e Initial commit 2017-04-14 10:25:13 +08:00