Re: [dpdk-dev] [PATCH v3 2/3] regex/octeontx2: add build infra and device support

2020-10-14 Thread Thomas Monjalon
13/10/2020 12:10, g...@marvell.com: > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1112,6 +1112,10 @@ F: doc/guides/compressdevs/features/zlib.ini > RegEx Drivers > - > > +Marvell OCTEON TX2 regex > +M: Guy Kaneti > +F: drivers/regex/octeontx2/ > + Will add doc file here.

[dpdk-dev] [PATCH v3 2/3] regex/octeontx2: add build infra and device support

2020-10-13 Thread guyk
From: Guy Kaneti Add meson based build infrastructure along with the OTX2 regexdev (REE) device functions. Add Marvell OCTEON TX2 regex guide. Signed-off-by: Guy Kaneti --- MAINTAINERS |4 + doc/guides/platform/octeontx2.rst |5 + doc/guide