-
Notifications
You must be signed in to change notification settings - Fork 324
Home
bluestar edited this page Aug 12, 2015
·
40 revisions
NETDP provide a userspace TCP/IP stack for use with DPDK. NETDP is a static library which can be compiled with your App. You can add or delete ether interface, IP address and static routing from NETDP. Your App can forward traffic to NETDP.
|--------------------------------------|
| APPLICATION |
|--------------------------------------|
| | |NETDP |
| | ||--------------------------||
| | || SOCKET ||
| | ||--------------------------||
| | || UDP TCP ICMP ||
| | ||--------------------------||
| ODP | || ARP IP ROUTING ||
| | ||--------------------------||
| | || Ethernet ||
| | |----------------------------|
|-------| |----------------------------|
|--------------------------------------|
| DPDK |
|--------------------------------------|
Please refer to "Compile app with netdp" page
Please refer to "Use NETDP 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