Skip to content

Commit 80826b2

Browse files
authored
Update README.md
1 parent c2671ae commit 80826b2

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

README.md

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,10 @@ Support feature:
4949
- Support TSO.
5050
-
5151

52-
#### Build ANS
52+
#### ANS User Guide
5353
--------------
54-
```
55-
# git clone https://github.com/ansyun/dpdk-ans.git
56-
# export RTE_ANS=/home/mytest/dpdk-ans
57-
# ./install_deps.sh
58-
# cd ans
59-
# make
60-
```
54+
[ANS User Guide](https://github.com/ansyun/dpdk-ans/tree/master/doc/guides/ans_user_guide.pdf)
55+
6156
#### TCP Deployment
6257
--------------
6358
```
@@ -120,27 +115,22 @@ ANS | | |
120115
```
121116
- L3 forwarding performance testing
122117

123-
ENV: CPU- intel xeon 2.3G, NIC- 10G, one lcore rx packets-->l3 forwarding --> tx packets, Test tool:pktgen-DPDK
118+
ENV: CPU- Intel(R) Xeon(R) CPU E5-2683 v3 @ 2.00GHz, NIC- Intel 82599ES 10-Gigabit, Test tool:pktgen-DPDK
124119
```
125120
|--------------------------------------|
126121
| L3 forwarding performance |
127122
| (one lcore) |
128123
|--------------------------------------|
129124
| Packet size(byte)| Throughput(Mpps) |
130125
|--------------------------------------|
131-
| 64 | 3.682 |
132-
|--------------------------------------|
133-
| 128 | 3.682 |
134-
|--------------------------------------|
135-
| 256 | 3.683 |
126+
| 64 | 7.78 |
136127
|--------------------------------------|
137-
| 512 | 2.35 |
138-
|--------------------------------------|
139-
| 1024 | 1.197 |
140-
|--------------------------------------|
141-
| 1500 | 0.822 |
128+
| 128 | Line Rate |
142129
|--------------------------------------|
130+
143131
```
132+
[ANS Performance Report](https://github.com/ansyun/dpdk-ans/tree/master/doc/guides/ans_performance_report.pdf)
133+
144134
- dpdk-redis performance testing
145135
```
146136
====ENV===

0 commit comments

Comments
 (0)