]> 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)
commit47f9f1e22df71825115585b2f695968ba7d2f54b
tree8cc464b6d7f56efb6a355caba80631ebca2c078a
parent2c49488cc998ccb6834e6e5e31628122d574017d
bpf: revert report offload info to user space

This reverts commit 28d6efbd967e ("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