Skip to content
bluenet13 edited this page Sep 3, 2014 · 40 revisions

NETDP overview

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                   | 
|--------------------------------------| 

How to compile APP with netdp lib?

Please refer to "compile app with netdp" page

How to use NETDP in APP?

Please refer to "Use NETDP in APP" page

How to configure ethernet and IP address in APP?

Please refer to "Configure ether and IP address in app" page

How to configure routing in APP?

Please refer to "Configure static routing in app" page

Demo

Please refer to "Demo" page

Clone this wiki locally