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