From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [PATCH bpf-next 0/7] xdp: simultaneous driver and HW XDP Date: Fri, 13 Jul 2018 13:39:29 -0700 Message-ID: <20180713133929.7428efdd@cakuba.lan> References: <20180712033644.23954-1-jakub.kicinski@netronome.com> <427f7c6f-53c9-35b0-a6f6-2d662d38cc26@iogearbox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: alexei.starovoitov@gmail.com, oss-drivers@netronome.com, netdev@vger.kernel.org To: Daniel Borkmann Return-path: Received: from mail-qk0-f194.google.com ([209.85.220.194]:34083 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731542AbeGMUzq (ORCPT ); Fri, 13 Jul 2018 16:55:46 -0400 Received: by mail-qk0-f194.google.com with SMTP id b66-v6so17862178qkj.1 for ; Fri, 13 Jul 2018 13:39:33 -0700 (PDT) In-Reply-To: <427f7c6f-53c9-35b0-a6f6-2d662d38cc26@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: 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!