docs/bpf: Document BPF_MAP_TYPE_LPM_TRIE map
authorDonald Hunter <donald.hunter@gmail.com>
Tue, 1 Nov 2022 11:45:42 +0000 (11:45 +0000)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 11 Nov 2022 19:32:49 +0000 (11:32 -0800)
commit83177c0dca3811faa051124731a692609caee7c7
treeca2932494ae950ecc6bb64dcb4ad18f51026168d
parent42597aa372f5d2f26f209c5db36b1cd098b27147
docs/bpf: Document BPF_MAP_TYPE_LPM_TRIE map

Add documentation for BPF_MAP_TYPE_LPM_TRIE including kernel
BPF helper usage, userspace usage and examples.

Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20221101114542.24481-2-donald.hunter@gmail.com
Documentation/bpf/map_lpm_trie.rst [new file with mode: 0644]