Re: [PATCH bpf-next 00/10] bpf: support offload of bpf_event_output()

2018-05-04 Thread Daniel Borkmann
On 05/04/2018 03:37 AM, Jakub Kicinski wrote: > Hi! > > This series centres on NFP offload of bpf_event_output(). The > first patch allows perf event arrays to be used by offloaded > programs. Next patch makes the nfp driver keep track of such > arrays to be able to filter FW events referring

[PATCH bpf-next 00/10] bpf: support offload of bpf_event_output()

2018-05-03 Thread Jakub Kicinski
Hi! This series centres on NFP offload of bpf_event_output(). The first patch allows perf event arrays to be used by offloaded programs. Next patch makes the nfp driver keep track of such arrays to be able to filter FW events referring to maps. Perf event arrays are not device bound. Having