@@ -30,8 +30,11 @@ Support feature:
3030 - ARP, ARP timeout;
3131 - IP layer, IP fragmentation and reassemble;
3232 - High performance routing;
33- - ACL;
3433 - ICMP;
34+ - ACL;
35+ - Bypass traffic to linux kernel;
36+ - Sync IP/Route from linux kernel;
37+ - Support dynamic routing(OSPF/BGP...) and DHCP client;
3538 - Commands for adding, deleting, showing IP address;
3639 - Commands for adding, deleting, showing static route;
3740 - Commands for showing neigh table;
@@ -145,7 +148,7 @@ CPU:Intel(R) Xeon(R) CPU E5-2430 0 @ 2.20GHz.
145148NIC:Intel Corporation 82576 Gigabit Network Connection (rev 01)
146149ANS run on a lcore.
147150
148- root@h163:~/dpdk-redis# ./src/redis-benchmark -h 2.2.2 .2 -p 6379 -n 100000 -c 50 -q
151+ root@h163:~/dpdk-redis# ./src/redis-benchmark -h 10.0.0 .2 -p 6379 -n 100000 -c 50 -q
149152PING_INLINE: 86655.11 requests per second
150153PING_BULK: 90497.73 requests per second
151154SET: 84317.03 requests per second
@@ -170,12 +173,12 @@ NIC:Intel Corporation 82576 Gigabit Network Connection (rev 01)
170173ANS run on a lcore.
171174examples/http_server run as http server.
172175
173- root@h163:~# ab -n 30000 -c 500 2.2.2 .2:8089/
176+ root@h163:~# ab -n 30000 -c 500 10.0.0 .2:8089/
174177This is ApacheBench, Version 2.3 <$Revision: 1528965 $>
175178Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
176179Licensed to The Apache Software Foundation, http://www.apache.org/
177180
178- Benchmarking 2.2.2 .2 (be patient)
181+ Benchmarking 10.0.0 .2 (be patient)
179182Completed 3000 requests
180183Completed 6000 requests
181184Completed 9000 requests
@@ -190,7 +193,7 @@ Finished 30000 requests
190193
191194
192195Server Software:
193- Server Hostname: 2.2.2 .2
196+ Server Hostname: 10.0.0 .2
194197Server Port: 8089
195198
196199Document Path: /
@@ -233,9 +236,9 @@ CPU:Intel(R) Xeon(R) CPU E5-2430 0 @ 2.20GHz.
233236NIC:Intel Corporation 82576 Gigabit Network Connection (rev 01)
234237ANS run on a lcore.
235238
236- # wget 2.2.2 .2:80/nginx_large_data
237- --2016-04-24 08:46:24-- http://2.2.2 .2/nginx_large_data
238- Connecting to 2.2.2 .2:80... connected.
239+ # wget 10.0.0 .2:80/nginx_large_data
240+ --2016-04-24 08:46:24-- http://10.0.0 .2/nginx_large_data
241+ Connecting to 10.0.0 .2:80... connected.
239242HTTP request sent, awaiting response... 200 OK
240243Length: 80185146 (76M) [application/octet-stream]
241244Saving to: ‘nginx_large_data.3’
0 commit comments