Skip to content

Commit 73e8b06

Browse files
author
bluestar
authored
Merge pull request #41 from iBreaker/patch-1
Update README.md
2 parents e4ff6a2 + 858b727 commit 73e8b06

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
####TCP/IP stack for dpdk
1+
#### TCP/IP stack for dpdk
22
--------------
33
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/).
44

@@ -44,7 +44,7 @@ Next Planning;
4444
- Enhance socket API;
4545
- Performance testing.
4646

47-
####Build ANS
47+
#### Build ANS
4848
--------------
4949
```
5050
# git clone https://github.com/opendp/dpdk-ans.git
@@ -53,7 +53,7 @@ Next Planning;
5353
# cd ans
5454
# make
5555
```
56-
####TCP Deployment
56+
#### TCP Deployment
5757
--------------
5858
```
5959
|-------| |-------| |-------|
@@ -92,7 +92,7 @@ ANS | | |
9292
- APP process can bind the same port if enable reuseport, APP process could accept tcp connection by round robin.
9393
- 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.
9494

95-
####Performance Testing
95+
#### Performance Testing
9696
--------------
9797
- TCP server performance testing
9898

@@ -262,16 +262,16 @@ Transfer/sec: 233.95MB
262262
263263
```
264264

265-
####Examples
265+
#### Examples
266266
-------
267267
- dpdk_tcp_server, tcp server run on ANS tcp/ip stack.
268268
- [dpdk-nginx](https://github.com/opendp/dpdk-nginx), nginx was porting to run on ANS tcp/ip stack.
269269

270-
####[Wiki Page](https://github.com/dpdk-net/ans/wiki)
270+
#### [Wiki Page](https://github.com/dpdk-net/ans/wiki)
271271
-------
272272
You can get more information and instructions from [wiki page](https://github.com/opendp/dpdk-ans/wiki).
273273

274-
####Notes
274+
#### Notes
275275
-------
276276
- Shall use the same gcc version to compile your application.
277277
- ANS socket application run as a secondary dpdk process, If you got below log, shall execute below commands to disable ASLR.
@@ -294,7 +294,7 @@ $ sudo sysctl -w kernel.randomize_va_space=0
294294
295295
```
296296

297-
####Support
297+
#### Support
298298
-------
299299
BSD LICENSE, you may use ANS freely.
300300

0 commit comments

Comments
 (0)