You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
####TCP/IP stack for dpdk
1
+
####TCP/IP stack for dpdk
2
2
--------------
3
3
ANS(accelerated network stack) is porting from [FreeBSD](http://freebsd.org) TCP/IP stack, and provide a userspace TCP/IP stack for use with the Intel [dpdk](http://dpdk.org/).
- APP process can bind the same port if enable reuseport, APP process could accept tcp connection by round robin.
93
93
- If NIC don't support multi queue or RSS, shall enhance ans_main.c, reserve one lcore to receive and send packets from NIC, and distribute packets to lcores of ANS tcp stack by software RSS.
94
94
95
-
####Performance Testing
95
+
####Performance Testing
96
96
--------------
97
97
- TCP server performance testing
98
98
@@ -262,16 +262,16 @@ Transfer/sec: 233.95MB
262
262
263
263
```
264
264
265
-
####Examples
265
+
####Examples
266
266
-------
267
267
- dpdk_tcp_server, tcp server run on ANS tcp/ip stack.
268
268
-[dpdk-nginx](https://github.com/opendp/dpdk-nginx), nginx was porting to run on ANS tcp/ip stack.
0 commit comments