On Wed, Jun 21, 2023 at 7:36 PM Thomas Monjalon <tho...@monjalon.net> wrote: > > Nobody knows how to build the feature. > When the dependency "rxp_compiler" is found, > the header file is not available: > > drivers/regex/cn9k/cn9k_regexdev_compiler.c:12:10: fatal error: > rxp-compiler.h: No such file or directory > > It seems that it depends on a proprietay library.
Yes. it depended on proprietary library owned by NVIDIA now. Not sure Marvell has rights to publish it "freely available". In order to avoid forking this library, better option to make this library as public. Also, it looks like the library itself won't have proper installation procedures that is the reason for conflict as documented here in https://bugs.dpdk.org/show_bug.cgi?id=1232. If that is not an option for other original owner, I think, it should be removed and accept this patch in the true sprint of open source. Acked-by: Jerin Jacob <jer...@marvell.com> > According to what was discussed in the Technical Board: > http://mails.dpdk.org/archives/dev/2019-June/135847.html > the dependency must be "freely available". > > Bugzilla ID: 1232 > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > ---