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

2020-10-12 Thread Thomas Monjalon
12/10/2020 13:31, g...@marvell.com: > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1118,6 +1118,9 @@ F: drivers/regex/mlx5/ > F: doc/guides/regexdevs/mlx5.rst > F: doc/guides/regexdevs/features/mlx5.ini > > +Marvell OCTEON TX2 regex > +M: Guy Kaneti > +F: drivers/regex/octeontx2/ > A blank l

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

2020-10-12 Thread guyk
From: Guy Kaneti Add meson based build infrastructure along with the OTX2 regexdev (REE) device functions. For regex rule compiler support build: meson configure -Dree_compiler_sdk= Signed-off-by: Guy Kaneti --- MAINTAINERS |3 + drivers/regex/meson.build