xdp-for-windows
xdp-for-windows copied to clipboard
XDP should provide eBPF program with interface/queue context
Today the xdp_md
struct contains an ingress_ifindex
which we've left unspecified. We should provide this, the queue ID, etc.
We should investigate providing a pointer to struct like xdp_rxq_info
instead of a bunch of individual, repetitive fields.