From: Daniel Borkmann Date: Wed, 18 Jul 2018 13:10:35 +0000 (+0200) Subject: Merge branch 'bpf-offload-sharing' X-Git-Tag: v4.19-rc1~140^2~306^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8ae71e76cf1f7b8de5c75356a00840e54c93e7a5;p=uclinux-h8%2Flinux.git 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 Signed-off-by: Daniel Borkmann --- 8ae71e76cf1f7b8de5c75356a00840e54c93e7a5