Hi, How can I get a list of NIC drivers that support AF_XDP? The list at https://github.com/xdp-project/xdp-project/blob/master/areas/drivers/README.org seems VERY outdated (last updated 4 years ago). The list at https://github.com/iovisor/bcc/blob/master/docs/kernel-versions.md#xdp seems more recent (updated last year). But both lists are for XDP, not AF_XDP. Is there a way I can grep the source to compile a list for AF_XDP? It would be good to have a list similar to the DPDK supported NICs list - https://core.dpdk.org/supported/nics/ Srivats