Re: [PATCH bpf] nfp: bpf: don't stop offload if replace failed

2018-06-26 Thread Daniel Borkmann
On 06/22/2018 08:56 PM, Jakub Kicinski wrote: > Stopping offload completely if replace of program failed dates > back to days of transparent offload. Back then we wanted to > silently fall back to the in-driver processing. Today we mark > programs for offload when they are loaded into the kernel,

Re: [PATCH bpf] nfp: bpf: don't stop offload if replace failed

2018-06-24 Thread Song Liu
On Fri, Jun 22, 2018 at 11:56 AM, Jakub Kicinski wrote: > Stopping offload completely if replace of program failed dates > back to days of transparent offload. Back then we wanted to > silently fall back to the in-driver processing. Today we mark > programs for offload when they are loaded into

[PATCH bpf] nfp: bpf: don't stop offload if replace failed

2018-06-22 Thread Jakub Kicinski
Stopping offload completely if replace of program failed dates back to days of transparent offload. Back then we wanted to silently fall back to the in-driver processing. Today we mark programs for offload when they are loaded into the kernel, so the transparent offload is no longer a reality. F