]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-offload-fixes'
authorDaniel Borkmann <daniel@iogearbox.net>
Mon, 20 Nov 2017 23:37:36 +0000 (00:37 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 20 Nov 2017 23:37:36 +0000 (00:37 +0100)
commit17372a6a3df4ddcdf4ac428ac24b5d6d716c22ba
treeecaa7c403a5953e4f31dcc9270b5a93ac6269835
parent3ac6c97a545eac6cffb8dcd9d82eefe26fc59562
parentc033ea3f603a64717ee4cd6bcecdf91e965b0092
Merge branch 'bpf-offload-fixes'

Jakub Kicinski says:

====================
This series addresses some late comments and moves checking if program
has been loaded for the correct device to the drivers.  There are also
some problems with net namespaces which I didn't take into consideration.
On the kernel side we will now simply ignore namespace moves.  Since the
user space API is not reporting any namespace identification we have to
remove the ifindex until a correct way of reporting is agreed upon.

v2:
 - fix ext ack reporting for XDP (David A);
 - add Jiri's Ack.
====================

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