]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: revert report offload info to user space
authorJakub Kicinski <jakub.kicinski@netronome.com>
Mon, 20 Nov 2017 23:21:59 +0000 (15:21 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 20 Nov 2017 23:37:35 +0000 (00:37 +0100)
commit31e7068f2ce3ec2288c0baf155a9933804a6c3c2
tree8cc464b6d7f56efb6a355caba80631ebca2c078a
parentd6a196efe143898c56e6ec33980e31453b1c3ab0
bpf: revert report offload info to user space

This reverts commit 18f7105158e5 ("bpf: report offload info to user
space").  The ifindex by itself is not sufficient, we should provide
information on which network namespace this ifindex belongs to.
After considering some options we concluded that it's best to just
remove this API for now, and rework it in -next.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
include/linux/bpf.h
include/uapi/linux/bpf.h
kernel/bpf/offload.c
kernel/bpf/syscall.c