From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH bpf-next 0/7] xdp: simultaneous driver and HW XDP Date: Fri, 13 Jul 2018 21:59:22 +0200 Message-ID: <427f7c6f-53c9-35b0-a6f6-2d662d38cc26@iogearbox.net> References: <20180712033644.23954-1-jakub.kicinski@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: oss-drivers@netronome.com, netdev@vger.kernel.org To: Jakub Kicinski , alexei.starovoitov@gmail.com Return-path: Received: from www62.your-server.de ([213.133.104.62]:58322 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731131AbeGMUP3 (ORCPT ); Fri, 13 Jul 2018 16:15:29 -0400 In-Reply-To: <20180712033644.23954-1-jakub.kicinski@netronome.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: 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?