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

2021-04-19 Thread Brian Vazquez
Sorry I missed this. I don't recall why I didn't add the array percpu variant, but LGTM. Acked-by: Brian Vazquez On Fri, Apr 16, 2021 at 3:09 PM Martin KaFai Lau wrote: > > On Thu, Apr 15, 2021 at 02:46:16PM -0300, Pedro Tammela wrote: > > This patchset introduces batched operations for the pe

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

2021-04-16 Thread Martin KaFai Lau
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

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

2021-04-15 Thread Pedro Tammela
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. v3 -> v4: - Prefer 'callo