ANS(accelerated network stack) is DPDK native TCP/IP stack and also refer to FreeBSD implementation. ANS provides a userspace TCP/IP stack for use with the Intel DPDK.
- ans: accelerated network stack process.
librte_ans: TCP/IP stack static library. ANS use dpdk mbuf, ring, memzone, mempool, timer, spinlock. so zero copy mbuf between dpdk and ANS.
librte_anssock: ANS socket lib for application, zero copy between ANS and application.
librte_anscli: ANS cli lib for route/ip/neigh/link configuration.
cli: Command for configure ANS tcp/ip stack.
example: ANS application example.
test: Example application with ANS for testing ANS tcp/ip stack
Support environment - EAL is based on dpdk-17.11.4; - linux version: 4.4.0-45-generic (Ubuntu 16.04.1 LTS). - gcc version: gcc version 5.4.0 20160609.
Support feature:
- ANS initialize;
- ANS run in container;
- Ether, zero copy between NIC and ANS TCP/IP stack;
- ARP, ARP timeout;
- IP layer, IP fragmentation and reassemble;
- High performance routing;
- ICMP;
- ACL;
- Bypass traffic to linux kernel;
- Sync IP/Route from linux kernel;
- Support dynamic routing(OSPF/BGP...);
- Support DHCP client;
- Command Line Interface:
- Adding, deleting, showing IP addres;
- Adding, deleting, showing static route;
- Showing neigh table;
- Showing interface and statistics;
- Showing IP statistics;
- Adding, deleting, showing ACL;
- Adding, deleting, showing bypass rule;
- Showing port queue lcore mapping;
- Adding, deleting, showing flow filter rule;
- UDP protocol;
- Socket layer;
- Socket API compatible with BSD, APP can choice ANS socket or linux socket based on a switch.
- socket/bind/connect/listen/close/send/recv/epoll/writev/readv/shutdown...;
- Support openssl;
- TCP protocol;
- Support reliable transmission;
- Support dupack-based retransmission, timeout-based retransmission;
- Support flow control;
- Support congestion control: newreno/cubic/vegas...;
- Support maximum segment size;
- Support selective acknowledgments;
- Support window scaling;
- Support TCP timestamps;
- Support TCP ECN;
- Support keep alive;
- Support SO_REUSEPORT, multi application can listen the same port;
- Support multicore tcp stack, per tcp stack per lcore;
- Support TSO.
- Vrouter;
- Support vhost;
- Support virtio-user;
- Support kni;
- Support tap;
# git clone https://github.com/ansyun/dpdk-ans.git
# export RTE_ANS=/home/mytest/dpdk-ans
# ./install_deps.sh
# cd ans
# make

|-------| |-------| |-------|
APP |anssock| |anssock| |anssock|
|-------| |-------| |-------|
| | |
fd fd fd
--------------------------------------------------
ANS | | |
|-------| |-------| |-------|
| TCP | | TCP | | TCP |
|---------------------------------------|
| IP/ARP/ICMP |
|---------------------------------------|
|LCORE0 | |LCORE1 | |LCORE2 |
|-------| |-------| |-------|
| | |
|---------------------------------------|
| NIC + RSS |
|---------------------------------------|
ANS Performance Test Report - TCP server performance testing
|------------------------------|
| TCP Server CPS |
|------------------------------|
| ANS with epoll |
| (one core) |
|------------------------------|
| 80k connection/s |
|------------------------------|
ENV: CPU- Intel(R) Xeon(R) CPU E5-2683 v3 @ 2.00GHz, NIC- Intel 82599ES 10-Gigabit, Test tool:pktgen-DPDK
|--------------------------------------|
| L3 forwarding performance |
| (one lcore) |
|--------------------------------------|
| Packet size(byte)| Throughput(Mpps) |
|--------------------------------------|
| 64 | 11.78 |
|--------------------------------------|
| 128 | Line Rate |
|--------------------------------------|
ENV: Intel(R) Xeon(R) CPU E5-2618L v4 @ 2.20GHz, NIC- vhost/virtio, Test tool:pktgen-DPDK
|--------------------------------------|
| L3 forwarding performance |
| (one lcore) |
|--------------------------------------|
| Packet size(byte)| Throughput(Mpps) |
|--------------------------------------|
| 64 | 6.33 |
|--------------------------------------|
| 128 | 5.94 |
|--------------------------------------|
| 256 | Line Rate |
|--------------------------------------|
====ENV===
CPU:Intel(R) Xeon(R) CPU E5-2609 v4 @ 1.70GHz.
NIC:Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
ANS run on a lcore.
root@ubuntu:~/src/dpdk-redis# ./src/redis-benchmark -h 10.0.0.2 -p 6379 -n 100000 -c 50 -q
PING_INLINE: 138888.89 requests per second
PING_BULK: 141242.94 requests per second
SET: 140449.44 requests per second
GET: 141043.72 requests per second
INCR: 141442.72 requests per second
LPUSH: 141043.72 requests per second
LPOP: 140449.44 requests per second
SADD: 141643.06 requests per second
SPOP: 141843.97 requests per second
LPUSH (needed to benchmark LRANGE): 141442.72 requests per second
LRANGE_100 (first 100 elements): 48192.77 requests per second
LRANGE_300 (first 300 elements): 14330.75 requests per second
LRANGE_500 (first 450 elements): 10405.83 requests per second
LRANGE_600 (first 600 elements): 7964.95 requests per second
MSET (10 keys): 107758.62 requests per second
CPU:Intel(R) Xeon(R) CPU E5-2430 0 @ 2.20GHz.
NIC:Intel Corporation 82576 Gigabit Network Connection (rev 01)
ANS run on a lcore.
examples/http_server run as http server.
root@h163:~# ab -n 30000 -c 500 10.0.0.2:8089/
This is ApacheBench, Version 2.3 <$Revision: 1528965 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 10.0.0.2 (be patient)
Completed 3000 requests
Completed 6000 requests
Completed 9000 requests
Completed 12000 requests
Completed 15000 requests
Completed 18000 requests
Completed 21000 requests
Completed 24000 requests
Completed 27000 requests
Completed 30000 requests
Finished 30000 requests
Server Software:
Server Hostname: 10.0.0.2
Server Port: 8089
Document Path: /
Document Length: 63 bytes
Concurrency Level: 500
Time taken for tests: 0.642 seconds
Complete requests: 30000
Failed requests: 0
Total transferred: 4530000 bytes
HTML transferred: 1890000 bytes
Requests per second: 46695.59 [#/sec] (mean)
Time per request: 10.708 [ms] (mean)
Time per request: 0.021 [ms] (mean, across all concurrent requests)
Transfer rate: 6885.78 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 2 5 0.9 5 7
Processing: 2 6 1.0 6 10
Waiting: 1 4 1.0 4 9
Total: 7 11 0.5 11 14
Percentage of the requests served within a certain time (ms)
50% 11
66% 11
75% 11
80% 11
90% 11
95% 12
98% 12
99% 13
100% 14 (longest request)
root@h163:~#
CPU:Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz.
NIC:82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
ANS run on a lcore.
6 dpdk-nginx run on ANS.
./wrk -c 5k -d30s -t16 http://10.0.0.2/
Running 30s test @ http://10.0.0.2/
16 threads and 5000 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 41.93ms 119.14ms 1.73s 92.61%
Req/Sec 18.16k 1.73k 26.34k 76.00%
8700983 requests in 30.11s, 6.88GB read
Requests/sec: 288956.57
Transfer/sec: 233.95MB
You can get more information and instructions from wiki page.
EAL: WARNING: Address Space Layout Randomization (ASLR) is enabled in the kernel.
EAL: This may cause issues with mapping memory into secondary processes
$ sudo sysctl -w kernel.randomize_va_space=0
Don't run ANS on lcore0, it will effect ANS performance.
You shall include dpdk libs as below way because mempool lib has attribute((constructor, used)) in latest version, otherwise your application would coredump.
-$(RTE_ANS)/librte_anssock/librte_anssock.a \
-L$(RTE_SDK)/$(RTE_TARGET)/lib \
-Wl,--whole-archive -Wl,-lrte_mbuf -Wl,-lrte_mempool_ring -Wl,-lrte_mempool -Wl,-lrte_ring -Wl,-lrte_eal -Wl,--no-whole-archive -Wl,-export-dynamic -lnuma \
BSD LICENSE, you may use ANS freely.
For free support, please use ANS team mail list at anssupport@163.com, or QQ Group:86883521 (FULL), 519855957(No Full), or https://dpdk-ans.slack.com.
$ claude mcp add dpdk-ans \
-- python -m otcore.mcp_server <graph>