commit | 05526361af7d6748edc544dc912b494473a964ef | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Fri Jan 19 23:26:41 2018 +0100 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Jan 19 23:26:42 2018 +0100 |
tree | b6d14d27dd9c79219b79291db99683a4ba8b9f07 | |
parent | b7bcc0bbb8acb640258bb451f1f9391737da48b1 [diff] | |
parent | 8c417dc15f9522672795981dcb63d9099ca6bd8c [diff] |
Merge branch 'bpf-lpm-get-next-key' Yonghong Song says: ==================== This patch set implements MAP_GET_NEXT_KEY command for LPM_TRIE map. This command is really useful for key enumeration, and for key deletion if what keys in the trie are unknown. Patch #1 implements the functionality in the kernel and patch #2 adds a test case in tools/testing/selftests/bpf. ==================== Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>