On Tue, Nov 23, 2021 at 8:24 AM Dave Tucker <dave@xxxxxxxxxxxxx> wrote: > > This commit adds documentation for the BPF_MAP_TYPE_ARRAY including > kernel version introduced, usage and examples. > It also documents BPF_MAP_TYPE_PERCPU_ARRAY since this is similar. > > Signed-off-by: Dave Tucker <dave@xxxxxxxxxxxxx> > --- It looks good, thanks for the update. But it seems like all the Documentation/bpf/*.rst are 80-char wrapped, can you please wrap the lines to fit within 80 characters for consistency? It also helps immensely when reading source text files and not the HTML-rendered version. > Documentation/bpf/map_array.rst | 172 ++++++++++++++++++++++++++++++++ > 1 file changed, 172 insertions(+) > create mode 100644 Documentation/bpf/map_array.rst > [...]