[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAEKGpzj5QszNFeDbj7aZsg0jxRYhHC3j4wPhTGTLhZMwZjut=g@mail.gmail.com>
Date: Tue, 8 Sep 2020 01:58:57 +0900
From: "Daniel T. Lee" <danieltimlee@...il.com>
To: Michal Rostecki <mrostecki@...nsuse.org>
Cc: Daniel Borkmann <daniel@...earbox.net>,
Alexei Starovoitov <ast@...nel.org>,
Andrii Nakryiko <andrii.nakryiko@...il.com>,
netdev <netdev@...r.kernel.org>, bpf <bpf@...r.kernel.org>
Subject: Re: [PATCH bpf-next] samples: bpf: refactor xdp_sample_pkts_kern with
BTF-defined map
On Mon, Sep 7, 2020 at 10:02 PM Michal Rostecki <mrostecki@...nsuse.org> wrote:
>
> Daniel T. Lee writes:
> > Most of the samples were converted to use the new BTF-defined MAP as
> > they moved to libbbpf, but some of the samples were missing.
> >
> > Instead of using the previous BPF MAP definition, this commit refactors
> > xdp_sample_pkts_kern MAP definition with the new BTF-defined MAP format.
> >
> > Signed-off-by: Daniel T. Lee <danieltimlee@...il.com>
> > ---
> > samples/bpf/xdp_sample_pkts_kern.c | 12 ++++++------
> > 1 file changed, 6 insertions(+), 6 deletions(-)
>
> I see that samples/bpf/ibumad_kern.c and samples/bpf/xdp_monitor_kern.c
> still have old style BPF map definitions. Maybe you could change them as
> well?
Thanks for the review!
Actually, I'm well aware that there are some samples left with old style map
definitions, But those examples should be transferred from bpf_load to
libbbpf, not just bpf map changes.
I'm also planning to refactor those patches in the future.
For now I've just refactored this file, but if you think this patch
size is small,
I'll send it with other changes.
Powered by blists - more mailing lists