[dpdk-users] Beginner question: UDP Echo Server Example?

Wiles, Keith keith.wiles at intel.com
Mon Nov 7 23:45:55 CET 2016


> On Nov 7, 2016, at 8:41 AM, David Aldrich <David.Aldrich at EMEA.NEC.COM> wrote:
> 
> Hi
> 
> I am just getting started with DPDK. I want to send and receive UDP packets using DPDK.  I saw a reference to a UDP Echo Server example, which I think would help me, but can't find the code.  Is that example still available?

DPDK does not have a UDP protocol stack, but you can decode and encode UDP frames in code you write. You may have seen the TLDK UDP echo example, which is located in FD.io community.

https://wiki.fd.io/view/TLDK

> 
> Best regards
> 
> David
> 

Regards,
Keith



More information about the users mailing list