@@ -19,7 +19,7 @@ ANS(accelerated network stack) is DPDK native TCP/IP stack and also refer to [Fr
1919- test: Example application with ANS for testing ANS tcp/ip stack
2020
2121Support environment
22- - EAL is based on dpdk-17.11.3 ;
22+ - EAL is based on dpdk-17.11.4 ;
2323 - linux version:
24244.4.0-45-generic (Ubuntu 16.04.1 LTS).
2525 - gcc version:
@@ -67,7 +67,12 @@ Support feature:
6767 - Support SO_REUSEPORT, multi application can listen the same port;
6868 - Support multicore tcp stack, per tcp stack per lcore;
6969 - Support TSO.
70-
70+ - Vrouter;
71+ - Support vhost;
72+ - Support virtio-user;
73+ - Support kni;
74+ - Support tap;
75+
7176#### ANS User Guide
7277--------------
7378```
@@ -129,7 +134,7 @@ ANS | | |
129134 | 80k connection/s |
130135 |------------------------------|
131136```
132- - L3 forwarding performance testing
137+ - L3 forwarding with NIC performance testing
133138
134139 ENV: CPU- Intel(R) Xeon(R) CPU E5-2683 v3 @ 2.00GHz, NIC- Intel 82599ES 10-Gigabit, Test tool: pktgen-DPDK
135140```
@@ -145,6 +150,24 @@ ANS | | |
145150 |--------------------------------------|
146151
147152```
153+ - L3 forwarding with vhost/virtio performance testing
154+
155+ ENV: Intel(R) Xeon(R) CPU E5-2618L v4 @ 2.20GHz, NIC- vhost/virtio, Test tool: pktgen-DPDK
156+ ```
157+ |--------------------------------------|
158+ | L3 forwarding performance |
159+ | (one lcore) |
160+ |--------------------------------------|
161+ | Packet size(byte)| Throughput(Mpps) |
162+ |--------------------------------------|
163+ | 64 | 6.33 |
164+ |--------------------------------------|
165+ | 128 | 5.94 |
166+ |--------------------------------------|
167+ | 256 | Line Rate |
168+ |--------------------------------------|
169+ ```
170+
148171- dpdk-redis performance testing
149172```
150173====ENV===
0 commit comments