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

XDP should provide eBPF program with interface/queue context

Open mtfriesen opened this issue 1 year ago • 0 comments

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.

mtfriesen avatar Feb 28 '23 17:02 mtfriesen