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
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