On Fri, 13 Jul 2018 21:59:22 +0200, Daniel Borkmann wrote: > On 07/12/2018 05:36 AM, Jakub Kicinski wrote: > > Hi! > > > > 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. > > > > Jakub Kicinski (7): > > xdp: add per mode attributes for attached programs > > xdp: don't make drivers report attachment mode > > xdp: factor out common program/flags handling from drivers > > xdp: support simultaneous driver and hw XDP attachment > > netdevsim: add support for simultaneous driver and hw XDP > > selftests/bpf: add test for multiple programs > > nfp: add support for simultaneous driver and hw XDP > > LGTM as well, applied to bpf-next, thanks Jakub! > > This also has iproute2 changes that would need to be sent, right?
Coming right out!