This group is locked. No changes can be made to the group while it is locked.
Re: eBPF map - Control and Data plane concurrency #bcc
Andrii Nakryiko
On Tue, May 12, 2020 at 2:19 AM <simonemagnani.96@...> wrote:
No, HASH_OF_MAPS allows arbitrary-sized keys, just like normal HASHMAP. Libbpf recently got a support for nicer map-in-map declaration and initialization, you might want to check it out: [0]. [0] https://patchwork.ozlabs.org/project/netdev/patch/20200428064140.122796-4-andriin@fb.com/ |