Re: [PATCH v4 bpf-next 00/10] bpf: per-cpu cgroup local storage

From: Daniel Borkmann
Date: Mon Oct 01 2018 - 15:08:34 EST


On 09/28/2018 04:45 PM, Roman Gushchin wrote:
> This patchset implements per-cpu cgroup local storage and provides
> an example how per-cpu and shared cgroup local storage can be used
> for efficient accounting of network traffic.
>
> v4->v3:
> 1) incorporated Alexei's feedback
>
> v3->v2:
> 1) incorporated Song's feedback
> 2) rebased on top of current bpf-next
>
> v2->v1:
> 1) added a selftest implementing network counters
> 2) added a missing free() in cgroup local storage selftest

Applied to bpf-next, thanks!