OSDN Git Service

Merge branch 'bpf-offload-sharing'
authorDaniel Borkmann <daniel@iogearbox.net>
Wed, 18 Jul 2018 13:10:35 +0000 (15:10 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 18 Jul 2018 13:11:23 +0000 (15:11 +0200)
commit8ae71e76cf1f7b8de5c75356a00840e54c93e7a5
tree133982c45e5d469eca40849aabcdbec9081b0232
parentc23e014a4ba1a9448cbbd74916377f23a7da2fc2
parent7736b6ed665a8a339f6499f4b0f162386d46fd86
Merge branch 'bpf-offload-sharing'

Jakub Kicinski says:

====================
This patchset adds support for sharing BPF objects within one ASIC.
This will allow us to reuse of the same program on multiple ports of
a device leading to better code store utilization.  It also enables
sharing maps between programs attached to different ports of a device.

v2:
 - rename bpf_offload_match() to bpf_offload_prog_map_match();
 - add split patches 7 into 5, 7 and 8.
====================

Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>