Re: [PATCH bpf-next 0/2] nfp: bpf: add programmable RSS support

2018-05-09 Thread Daniel Borkmann
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 of

Re: [PATCH bpf-next 0/2] nfp: bpf: add programmable RSS support

2018-05-08 Thread Alexei Starovoitov
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 t

[PATCH bpf-next 0/2] nfp: bpf: add programmable RSS support

2018-05-08 Thread Jakub Kicinski
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