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)
commitee15f7cdf0fcd605d521a55fca375fd87a965776
treef120761a4cd62a3daea86c6fe5450720dcd7888a
parent9c48b1d116cd0ab44f1a4a55be84b2b3d4a11b9b
parent5f4284015e29c2de501d83eb647c8ec8802b58ac
Merge branch 'bpf-xdp-driver-and-hw'

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>