-
Notifications
You must be signed in to change notification settings - Fork 324
Home
bluenet13 edited this page Aug 26, 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. You App can forward traffic to NETDP.
|-------| |----------------------------|
| | | NETDP |
| | ||--------------------------||
| | || UDP TCP ||
| | ||--------------------------||
| APP | || ARP IP ROUTING ||
| | ||--------------------------||
| | || Ethernet ||
| | |----------------------------|
|-------| |----------------------------|
|--------------------------------------|
| DPDK |
|--------------------------------------|
- How to compile APP with netdp lib?
Please refer to ..
- How to Init netdp lib in APP?
Please refer to ..
- How to configure ether in APP?
Please refer to ..
- How to configure IP in APP?
Please refer to ..
- How to configure routing in APP? Please refer to ..