numam-dpdk/drivers
Ciara Loftus 9f394004c3 net/af_xdp: revert use BPF link for XDP programs
The commit ae70cc6e89 ("net/af_xdp: use BPF link for XDP programs")
caused compilation errors on kernels older than v5.8 due to absence of
the bpf_link_info struct and some definitions in the linux/bpf.h header.
Since relying on the reported kernel version is not a robust solution
and also since there doesn't appear to be a suitable definition in the
bpf header that the preprocessor could rely on to determine support for
bpf link, we will take a different approach to solving the issue that
the original patch attempted to solve. The next commit will address
this.

Fixes: ae70cc6e89 ("net/af_xdp: use BPF link for XDP programs")

Signed-off-by: Ciara Loftus <ciara.loftus@intel.com>
2021-11-15 18:01:09 +01:00
..
baseband drivers: remove direct access to interrupt handle 2021-10-25 21:20:12 +02:00
bus dma/dpaa: introduce DPAA DMA driver skeleton 2021-11-10 13:48:38 +01:00
common common/cnxk: fix memory leak 2021-11-11 16:12:23 +01:00
compress common/mlx5: fix queue size in DevX queue pair creation 2021-11-08 19:46:28 +01:00
crypto common/mlx5: fix queue size in DevX queue pair creation 2021-11-08 19:46:28 +01:00
dma dma/dpaa: support statistics 2021-11-10 13:48:38 +01:00
event event/dsw: use maintenance facility 2021-11-04 13:28:07 +01:00
gpu gpudev: introduce GPU device class library 2021-11-08 17:20:52 +01:00
mempool mempool/cnxk: postpone devargs parsing 2021-10-29 16:09:25 +02:00
net net/af_xdp: revert use BPF link for XDP programs 2021-11-15 18:01:09 +01:00
raw raw/cnxk_bphy: add header includes 2021-11-03 16:15:13 +01:00
regex common/mlx5: fix queue size in DevX queue pair creation 2021-11-08 19:46:28 +01:00
vdpa vdpa/mlx5: workaround guest MR registrations 2021-11-10 15:50:35 +01:00
meson.build gpudev: introduce GPU device class library 2021-11-08 17:20:52 +01:00