OSDN Git Service

Merge branch 'bpf-big-map-entries'
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 2 Oct 2018 12:39:59 +0000 (14:39 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 2 Oct 2018 12:40:00 +0000 (14:40 +0200)
Jakub Kicinski says:

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

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>

Trivial merge