AF_XDP

Srivats P <[email protected]> Fri, 1 Dec 2023 16:40:38 +0530
Newsgroups org.kernel.vger.xdp-newbies
Message-ID <CANzUK587m66mmk+9ZeaWmzhEYS8o-H71QnPypr9Gv+xuXNfebw@mail.gmail.com>
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