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)
commit6547f424be5d9d75c78c146ed6e9f71be1c43981
treeecaa7c403a5953e4f31dcc9270b5a93ac6269835
parent32a72bbd5da2411eab591bf9bc2e39349106193a
parent1438019479349d262b76f8767ace3273d11b6dcb
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>