On 21/10/2022 11.30, mtahhan@xxxxxxxxxx wrote:
From: Maryam Tahhan <mtahhan@xxxxxxxxxx> Add documentation for BPF_MAP_TYPE_CPUMAP including kernel version introduced, usage and examples. Signed-off-by: Maryam Tahhan <mtahhan@xxxxxxxxxx> Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> Co-developed-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> --- Documentation/bpf/map_cpumap.rst | 166 +++++++++++++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 Documentation/bpf/map_cpumap.rst
I was about to complain that this needed to be linked in file Documentation/bpf/maps.rst, but it seems it gets wildcard included.
I see Toke already gave you some feedback to address, so I'll wait for the next version to review.
--Jesper