whl739
cd915f5022
Merge branch 'master' of https://github.com/F-Stack/f-stack
2017-05-17 15:18:42 +08:00
whl739
c15aae717a
Fix #9 : error variable i in loop.
2017-05-17 14:35:52 +08:00
logwang
1fdd2a6e8b
Fix typo.
2017-05-16 16:16:10 +08:00
logwang
5e3a4c7748
Fix #7:arp ring lookup called after create.
2017-05-15 13:16:52 +08:00
logwang
8f57dbbcb5
Fix #4 : nb_procs < 0 =====> proc_id < 0
2017-05-15 11:27:44 +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
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
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
a9643ea85c
init
2017-04-21 18:43:26 +08:00