Hi Thomas > -----Original Message----- > From: Thomas Monjalon <tho...@monjalon.net> > Subject: Re: [dpdk-dev] [PATCH v4 0/4] add RegEx class > > 02/07/2020 09:45, Ori Kam: > > config/common_base | 8 + > > config/meson.build | 1 + > > doc/api/doxy-api-index.md | 1 + > > doc/api/doxy-api.conf.in | 1 + > > doc/guides/prog_guide/index.rst | 1 + > > doc/guides/prog_guide/regexdev_lib.rst | 177 +++ > > lib/Makefile | 2 + > > lib/librte_regexdev/Makefile | 33 + > > lib/librte_regexdev/meson.build | 10 + > > lib/librte_regexdev/rte_regexdev.c | 568 ++++++++++ > > lib/librte_regexdev/rte_regexdev.h | 1534 > ++++++++++++++++++++++++++ > > lib/librte_regexdev/rte_regexdev_core.h | 184 +++ > > lib/librte_regexdev/rte_regexdev_driver.h | 59 + > > lib/librte_regexdev/rte_regexdev_version.map | 26 + > > lib/meson.build | 2 +- > > meson_options.txt | 2 + > > When adding a new library, a lot of files have to be modified: > - maintainers > - doxygen index and config > - doc guide > - compilation files > - new test application > - new example application > > The update of MAINTAINERS is missing. > The applications are missing but I think they can be added later.
Will update MAINTAINERS. > Best, Ori