xdp-for-windows icon indicating copy to clipboard operation
xdp-for-windows copied to clipboard

Add loopback TX

Open mtfriesen opened this issue 3 years ago • 4 comments

A partner requested the ability to loop back TX onto an RX queue.

mtfriesen avatar Jul 13 '22 20:07 mtfriesen

Is this just XDP to XDP loopback, or could this be used to loopback to the normal stack?

nibanks avatar Jul 14 '22 14:07 nibanks

XDP to XDP loopback. We can already loop back to the stack, sort of, in the sense that you can create a TX socket that is actually RX-inject.

mtfriesen avatar Jul 14 '22 15:07 mtfriesen

Does Linux support this today?

dthaler avatar Jul 14 '22 16:07 dthaler