On Thu, 4 Jan 2024 22:57:56 +0530 madhuker.myt...@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.