aboutsummaryrefslogtreecommitdiff
path: root/Documentation/bpf/map_queue_stack.rst
AgeCommit message (Collapse)AuthorFilesLines
2022-11-24docs/bpf: Fix sphinx warnings in BPF map docsDonald Hunter1-6/+30
Fix duplicate C declaration warnings when using sphinx >= 3.1. Reported-by: Akira Yokosawa <[email protected]> Signed-off-by: Donald Hunter <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Reviewed-by: Akira Yokosawa <[email protected]> Link: https://lore.kernel.org/bpf/[email protected] Link: https://lore.kernel.org/bpf/[email protected]
2022-11-11docs/bpf: Document BPF map types QUEUE and STACKDonald Hunter1-0/+122
Add documentation for BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK, including usage and examples. Signed-off-by: Donald Hunter <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Acked-by: Yonghong Song <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]