]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-lpm-get-next-key'
authorDaniel Borkmann <daniel@iogearbox.net>
Fri, 19 Jan 2018 22:26:41 +0000 (23:26 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 19 Jan 2018 22:26:42 +0000 (23:26 +0100)
commit34ce77d2fd819b04f10f6b28b2ba9b0cb752eb0e
treeb6d14d27dd9c79219b79291db99683a4ba8b9f07
parentce7f496c9281f36a5bfdfcc0668ba311129f7937
parentaa581e748ab2b1b81c5e52587e852c0ffe868100
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>