xdp-for-windows
xdp-for-windows copied to clipboard
AF_XDP versioning
Figure out a versioning story for AF_XDP and prepare for V1.
How does Linux do it? Does it?
Off the top of my head, I believe the low level XDP/BPF APIs are not strongly versioned, but Linux has some helper libraries that do provide versioning on top of the semi-volatile APIs. Looking into those details would be part of this issue.