OSDN Git Service

Merge branch 'bpf-xdp-driver-and-hw'
authorDaniel Borkmann <daniel@iogearbox.net>
Fri, 13 Jul 2018 18:26:36 +0000 (20:26 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 13 Jul 2018 19:54:57 +0000 (21:54 +0200)
Jakub Kicinski says:

====================
This set is adding support for loading driver and offload XDP
at the same time.  This enables advanced use cases where some
of the work is offloaded to the NIC and some is done by the host.
Separate netlink attributes are added for each mode of operation.
Driver callbacks for offload are cleaned up a little, including
removal of .prog_attached flag.
====================

Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>

Trivial merge