Re: [PATCH bpf-next v4 0/3] add batched ops for percpu array

From: Brian Vazquez
Date: Mon Apr 19 2021 - 13:25:52 EST


Sorry I missed this.
I don't recall why I didn't add the array percpu variant, but LGTM.

Acked-by: Brian Vazquez <brianvv@xxxxxxxxxx>

On Fri, Apr 16, 2021 at 3:09 PM Martin KaFai Lau <kafai@xxxxxx> wrote:
>
> On Thu, Apr 15, 2021 at 02:46:16PM -0300, Pedro Tammela wrote:
> > This patchset introduces batched operations for the per-cpu variant of
> > the array map.
> >
> > It also removes the percpu macros from 'bpf_util.h'. This change was
> > suggested by Andrii in a earlier iteration of this patchset.
> >
> > The tests were updated to reflect all the new changes.
> Acked-by: Martin KaFai Lau <kafai@xxxxxx>