-
Notifications
You must be signed in to change notification settings - Fork 324
Home
bluenet13 edited this page Sep 3, 2014
·
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.
|-------| |----------------------------|
| | | NETDP |
| | ||--------------------------||
| | || UDP TCP ||
| | ||--------------------------||
| APP | || 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 ether and IP by API" page
Please refer to "Configure static routing by API" page
Please refer to "Demo" page