mbox series

[bpf-next,v2,0/1] docs: BPF_MAP_TYPE_CPUMAP

Message ID 20221102124416.2820268-1-mtahhan@redhat.com (mailing list archive)
Headers show
Series docs: BPF_MAP_TYPE_CPUMAP | expand

Message

Maryam Tahhan Nov. 2, 2022, 12:44 p.m. UTC
From: Maryam Tahhan <mtahhan@redhat.com>

Add documentation for BPF_MAP_TYPE_CPUMAP including
kernel version introduced, usage and examples.

Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Co-developed-by: Lorenzo Bianconi <lorenzo@kernel.org>

v2:
- Removed TMI.
- Updated example to use a round robin scheme.

Maryam Tahhan (1):
  docs: BPF_MAP_TYPE_CPUMAP

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