commit | 940656fb3f94b90b92a3fc5994614870b14866b9 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Tue Oct 02 14:39:59 2018 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Oct 02 14:40:00 2018 +0200 |
tree | cf6d33223aaf040bbca061a7b37ca2e0469811ea | |
parent | cb86d0f878be6d699dfd26c63f8ff03dfff1f9ba [diff] | |
parent | 0c9864c05f34b0b29109dc5f94707e5943fcfda3 [diff] |
Merge branch 'bpf-big-map-entries' 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>