Re: [pull request bpf-next 0/8] bpf: offload: array maps, reporting and test

2018-01-18 Thread Daniel Borkmann
On 01/18/2018 04:13 AM, Jakub Kicinski wrote: > Hi! > > This set bring in the rest of map offload code held up by urgent > fixes and improvements to the BPF arrays. > > The first 3 patches take care of array map offload, similarly to > hash maps the attribute validation is split out to a separate

[pull request bpf-next 0/8] bpf: offload: array maps, reporting and test

2018-01-17 Thread Jakub Kicinski
Hi! This set bring in the rest of map offload code held up by urgent fixes and improvements to the BPF arrays. The first 3 patches take care of array map offload, similarly to hash maps the attribute validation is split out to a separate map op, and used for both offloaded and non-offloaded case