Re: [PATCH bpf-next 2/2] bpf, docs: document BPF_MAP_TYPE_ARRAY
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-11-22 20:33:14
Also in:
bpf
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-11-22 20:33:14
Also in:
bpf
"Dave Tucker" [off-list ref] writes:
On Mon, 22 Nov 2021, at 19:15, Jonathan Corbet wrote:quoted
Dave Tucker [off-list ref] writes: When you add a new BPF file, you need to add it to the corresponding index.rst file as well. Otherwise it won't be part of the docs build and will, instead, generate the warning you surely saw when you tested the build...:)I did test the build and I don't think I introduced any new warnings :) This file is included in the docs build via the glob pattern that I added to the toctree in Documentation/bpf/maps.rst, which was recently applied to bpf-next [1].
Interesting, I didn't know about :glob: - thanks for teaching me something and apologies for the noise :) Thanks, jon