From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH bpf-next 0/2] nfp: bpf: add programmable RSS support Date: Wed, 9 May 2018 18:09:29 +0200 Message-ID: <3bd750a1-59bf-ba0e-9a29-2f5da8c5e058@iogearbox.net> References: <20180509023707.23601-1-jakub.kicinski@netronome.com> <20180509024215.xnlajxrua7jluoon@ast-mbp> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: davem@davemloft.net, netdev@vger.kernel.org, oss-drivers@netronome.com To: Alexei Starovoitov , Jakub Kicinski Return-path: Received: from www62.your-server.de ([213.133.104.62]:56247 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933409AbeEIQJd (ORCPT ); Wed, 9 May 2018 12:09:33 -0400 In-Reply-To: <20180509024215.xnlajxrua7jluoon@ast-mbp> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 05/09/2018 04:42 AM, Alexei Starovoitov wrote: > On Tue, May 08, 2018 at 07:37:05PM -0700, Jakub Kicinski wrote: >> Hi! >> >> This small series adds a feature which extends BPF offload beyond >> a pure host processing offload and firmly into the realm of >> heterogeneous processing. Allowing offloaded XDP programs to set >> the RX queue index opens the door for defining fully programmable >> RSS/n-tuple filter replacement. In fact the device datapath will >> skip the RSS processing completely if BPF decided on the queue >> already, making the XDP program replace part of the standard NIC >> datapath. > > Absolutely love it! > Huge feature enabled by such tiny diff. > > For the set: > Acked-by: Alexei Starovoitov Second that! Applied to bpf-next, thanks Jakub!