mbox series

[bpf-next,v2,0/1] Document BPF_MAP_TYPE_LPM_TRIE

Message ID 20221101114542.24481-1-donald.hunter@gmail.com (mailing list archive)
Headers show
Series Document BPF_MAP_TYPE_LPM_TRIE | expand

Message

Donald Hunter Nov. 1, 2022, 11:45 a.m. UTC
Add documentation for BPF_MAP_TYPE_LPM_TRIE including kernel
BPF helper usage, userspace usage and examples.

v1->v2:
- Point to code in tools/testing/selftests/... as requested
  by John Fastabend
- Clean up some wording

Donald Hunter (1):
  Document BPF_MAP_TYPE_LPM_TRIE

 Documentation/bpf/map_lpm_trie.rst | 181 +++++++++++++++++++++++++++++
 1 file changed, 181 insertions(+)
 create mode 100644 Documentation/bpf/map_lpm_trie.rst

Comments

Andrii Nakryiko Nov. 11, 2022, 7:28 p.m. UTC | #1
On Tue, Nov 1, 2022 at 4:45 AM Donald Hunter <donald.hunter@gmail.com> wrote:
>
> Add documentation for BPF_MAP_TYPE_LPM_TRIE including kernel
> BPF helper usage, userspace usage and examples.
>
> v1->v2:
> - Point to code in tools/testing/selftests/... as requested
>   by John Fastabend
> - Clean up some wording
>

There is no need for a cover letter for single patch submissions.

Applied to bpf-next, but dropped the cover letter. Also added "bpf,
docs: " prefix to commit subject.

Thanks.

> Donald Hunter (1):
>   Document BPF_MAP_TYPE_LPM_TRIE
>
>  Documentation/bpf/map_lpm_trie.rst | 181 +++++++++++++++++++++++++++++
>  1 file changed, 181 insertions(+)
>  create mode 100644 Documentation/bpf/map_lpm_trie.rst
>
> --
> 2.35.1
>
patchwork-bot+netdevbpf@kernel.org Nov. 11, 2022, 7:30 p.m. UTC | #2
Hello:

This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Tue,  1 Nov 2022 11:45:41 +0000 you wrote:
> Add documentation for BPF_MAP_TYPE_LPM_TRIE including kernel
> BPF helper usage, userspace usage and examples.
> 
> v1->v2:
> - Point to code in tools/testing/selftests/... as requested
>   by John Fastabend
> - Clean up some wording
> 
> [...]

Here is the summary with links:
  - [bpf-next,v2,1/1] Document BPF_MAP_TYPE_LPM_TRIE
    https://git.kernel.org/bpf/bpf-next/c/656234e8e9c1

You are awesome, thank you!