-
Notifications
You must be signed in to change notification settings - Fork 323
Home
bluestar edited this page Apr 9, 2016
·
40 revisions
ANS(accelerated network stack)provide a userspace TCP/IP stack for use with DPDK. ANS is a static library which can be compiled with your App. You can add or delete ether interface, IP address and static routing from ANS. Your App can forward traffic to ANS.
|------------------------------|
| APPLICATION |
|------------------------------|
| |--------------------------| |
| | ANS | |
| |--------------------------| |
| | SOCKET | |
| |--------------------------| |
| | UDP TCP ICMP | |
| |--------------------------| |
| | ARP IP ROUTING | |
| |--------------------------| |
| | Ethernet | |
| |--------------------------| |
|------------------------------|
| DPDK |
|------------------------------|
Please refer to "Compile app with ANS" page
Please refer to "Use ANS in APP" page
Please refer to "Configure IP and routing by API" page
Please refer to "Configure IP and routing by commands" page
Please refer to "UDP socket" page
Please refer to "TCP socket" page