[dpdk-dev] TCP/IP stack for DPDK

zimeiw zimeiw at 163.com
Tue Sep 9 02:49:44 CEST 2014


hi,


I  have porting major FreeBSD tcp/ip stack to dpdk. new tcp/ip stack is based on dpdk rte_mbuf, rte_ring, rte_memory and rte_table. it is faster to forwarding packets.

Below feature are ready:

Netdp initialize
Ether layer
ARP
IP layer
Routing
ICMP
Commands for adding, deleting, showing IP address
Commands for adding, deleting, showing static route
Next planning:
Porting udp to netdp.

Porting tcp to netdp.
Porting socket to netdp.


You can find the code from the link: https://github.com/dpdk-net/netdp





More information about the dev mailing list