Skip to content

Commit c103161

Browse files
authored
Update README.md
1 parent e81ef53 commit c103161

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
145148
NIC:Intel Corporation 82576 Gigabit Network Connection (rev 01)
146149
ANS 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
149152
PING_INLINE: 86655.11 requests per second
150153
PING_BULK: 90497.73 requests per second
151154
SET: 84317.03 requests per second
@@ -170,12 +173,12 @@ NIC:Intel Corporation 82576 Gigabit Network Connection (rev 01)
170173
ANS run on a lcore.
171174
examples/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/
174177
This is ApacheBench, Version 2.3 <$Revision: 1528965 $>
175178
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
176179
Licensed 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)
179182
Completed 3000 requests
180183
Completed 6000 requests
181184
Completed 9000 requests
@@ -190,7 +193,7 @@ Finished 30000 requests
190193
191194
192195
Server Software:
193-
Server Hostname: 2.2.2.2
196+
Server Hostname: 10.0.0.2
194197
Server Port: 8089
195198
196199
Document Path: /
@@ -233,9 +236,9 @@ CPU:Intel(R) Xeon(R) CPU E5-2430 0 @ 2.20GHz.
233236
NIC:Intel Corporation 82576 Gigabit Network Connection (rev 01)
234237
ANS 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.
239242
HTTP request sent, awaiting response... 200 OK
240243
Length: 80185146 (76M) [application/octet-stream]
241244
Saving to: ‘nginx_large_data.3’

0 commit comments

Comments
 (0)