On Fri, Nov 4, 2022 at 3:20 AM Donald Hunter <donald.hunter@xxxxxxxxx> wrote: > > Add documentation for the ARRAY_OF_MAPS and HASH_OF_MAPS map types, > including usage and examples. > > Signed-off-by: Donald Hunter <donald.hunter@xxxxxxxxx> > --- > v1 -> v2: > - Fix formatting nits > - Tidy up code snippets as suggested by Maryam Tahhan > --- Didn't notice v2 and left a few comments on v1. Please check them and see if you can address suggestions. Thanks! > Documentation/bpf/map_of_maps.rst | 129 ++++++++++++++++++++++++++++++ > 1 file changed, 129 insertions(+) > create mode 100644 Documentation/bpf/map_of_maps.rst > [...]