Re: [PATCH bpf-next 1/5] tools pkt_cls.h: sync with kernel sources

From: Andrii Nakryiko
Date: Fri Mar 26 2021 - 19:27:09 EST


On Thu, Mar 25, 2021 at 5:01 AM Kumar Kartikeya Dwivedi
<memxor@xxxxxxxxx> wrote:
>
> Update the header file so we can use the new defines in subsequent
> patches.
>
> Reviewed-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
> Signed-off-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
> ---
> tools/include/uapi/linux/pkt_cls.h | 174 ++++++++++++++++++++++++++++-

If libbpf is going to rely on this UAPI header, we probably need to
add this header to the list of headers that are checked for being up
to date. See Makefile, roughly at line 140.

> 1 file changed, 170 insertions(+), 4 deletions(-)
>

[...]