xdp-tutorial icon indicating copy to clipboard operation
xdp-tutorial copied to clipboard

Linux vs xdp

Open Adarsh97 opened this issue 2 years ago • 2 comments

What advantage xdp will give over Linux kernel in cases like sending packets, receiving packets in user space etc in terms of throughput etc Theoretically how to explain the advantage of xdp over Linux kernel ? Any comparative study is there ?

Adarsh97 avatar Nov 03 '21 08:11 Adarsh97

Adarsh Sunilkumar @.***> writes:

What advantage xdp will give over Linux kernel in cases like sending packets, receiving packets in user space etc in terms of throughput etc Theoretically how to explain the advantage of xdp over Linux kernel ? Any comparative study is there ?

There's https://github.com/xdp-project/xdp-paper, but it doesn't cover AF_XDP

tohojo avatar Nov 03 '21 10:11 tohojo

Also there's a presentation titled Low-Latency, Deterministic Networking with Standard Linux using XDP Sockets in ELCE 2019 talking about architectural aspects of AF_XDP. It also includes some benchmarks on AF_PACKET and AF_XDP.

0xff07 avatar Feb 01 '22 10:02 0xff07