@@ -30,8 +30,11 @@ Support feature:
30
30
- ARP, ARP timeout;
31
31
- IP layer, IP fragmentation and reassemble;
32
32
- High performance routing;
33
- - ACL;
34
33
- 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;
35
38
- Commands for adding, deleting, showing IP address;
36
39
- Commands for adding, deleting, showing static route;
37
40
- Commands for showing neigh table;
@@ -145,7 +148,7 @@ CPU:Intel(R) Xeon(R) CPU E5-2430 0 @ 2.20GHz.
145
148
NIC:Intel Corporation 82576 Gigabit Network Connection (rev 01)
146
149
ANS run on a lcore.
147
150
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
149
152
PING_INLINE: 86655.11 requests per second
150
153
PING_BULK: 90497.73 requests per second
151
154
SET: 84317.03 requests per second
@@ -170,12 +173,12 @@ NIC:Intel Corporation 82576 Gigabit Network Connection (rev 01)
170
173
ANS run on a lcore.
171
174
examples/http_server run as http server.
172
175
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/
174
177
This is ApacheBench, Version 2.3 <$Revision: 1528965 $>
175
178
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
176
179
Licensed to The Apache Software Foundation, http://www.apache.org/
177
180
178
- Benchmarking 2.2.2 .2 (be patient)
181
+ Benchmarking 10.0.0 .2 (be patient)
179
182
Completed 3000 requests
180
183
Completed 6000 requests
181
184
Completed 9000 requests
@@ -190,7 +193,7 @@ Finished 30000 requests
190
193
191
194
192
195
Server Software:
193
- Server Hostname: 2.2.2 .2
196
+ Server Hostname: 10.0.0 .2
194
197
Server Port: 8089
195
198
196
199
Document Path: /
@@ -233,9 +236,9 @@ CPU:Intel(R) Xeon(R) CPU E5-2430 0 @ 2.20GHz.
233
236
NIC:Intel Corporation 82576 Gigabit Network Connection (rev 01)
234
237
ANS run on a lcore.
235
238
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.
239
242
HTTP request sent, awaiting response... 200 OK
240
243
Length: 80185146 (76M) [application/octet-stream]
241
244
Saving to: ‘nginx_large_data.3’
0 commit comments