Re: [PATCH bpf-next 0/3] nfp: bpf: support big map entries

2018-10-02 Thread Daniel Borkmann
On 10/02/2018 03:30 AM, Jakub Kicinski wrote: > Hi! > > This series makes the control message parsing for interacting > with BPF maps more flexible. Up until now we had a hard limit > in the ABI for key and value size to be 64B at most. Using > TLV capability allows us to support large map

[PATCH bpf-next 0/3] nfp: bpf: support big map entries

2018-10-01 Thread Jakub Kicinski
Hi! This series makes the control message parsing for interacting with BPF maps more flexible. Up until now we had a hard limit in the ABI for key and value size to be 64B at most. Using TLV capability allows us to support large map entries. Jakub Kicinski (3): nfp: bpf: parse global BPF ABI