[PATCH] net/tap: Modified TAP BPF program as per the new Kernel-version upgrade requirements.

Stephen Hemminger stephen at networkplumber.org
Thu Jan 4 21:33:46 CET 2024


On Thu,  4 Jan 2024 22:57:56 +0530
madhuker.mythri at oracle.com wrote:

> +#include <linux/udp.h>
> +#include <linux/bpf.h>
> +#include <bpf/bpf_helpers.h>
> +#include <bpf/bpf_tracing.h>
> +#include <bpf/bpf_endian.h>
> +#include <linux/pkt_cls.h>
> +#include "tap_rss.h"
>  

This change in headers breaks the use of make in the bpf directory.


More information about the dev mailing list