Files
xdp-project-bpf-examples/headers/linux
Jesper Dangaard Brouer c690c0d7d0 headers: Update linux/btf.h to contain BTF_KIND_FLOAT
This was added in kernel commit:
 8fd886911a6a ("bpf: Add BTF_KIND_FLOAT to uapi") (Author: Ilya Leoshkevich)

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
2021-09-10 17:06:58 +02:00
..

NOTICE

This directory contains include header files copied from the Linux kernel tree. Some of them have been modified to ease compiling BPF programs.

Linux distributions usually have a 'kernel-headers' software package that also contain these files. As BPF is in rapid development the distro version of these header files might not be new enough to contain the features needed by this git repo.

Thus, we maintain a copy of these header files to match the features used by our software.