]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-per-cpu-cgroup-storage'
authorDaniel Borkmann <daniel@iogearbox.net>
Mon, 1 Oct 2018 14:18:34 +0000 (16:18 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 1 Oct 2018 14:18:35 +0000 (16:18 +0200)
commitb90e5c38492c8ed0b154649e0b5fc5fabed91fb4
tree1b48dce888a0bcd3b8b4a747dc661b6e079e3f26
parent2c6a25483efc331fe3d69d78bd84e68ac7b438eb
parenta7a4d91573f3fad4044202e692b9f2522d594134
Merge branch 'bpf-per-cpu-cgroup-storage'

Roman Gushchin says:

====================
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
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>