Re: [PATCH] regex/cn9k: remove rule compiler

2023-07-03 Thread Thomas Monjalon
21/06/2023 17:33, Jerin Jacob: > On Wed, Jun 21, 2023 at 7:36 PM Thomas Monjalon 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: > >

Re: [PATCH] regex/cn9k: remove rule compiler

2023-06-26 Thread Thomas Monjalon
26/06/2023 18:22, Stephen Hemminger: > On Mon, 26 Jun 2023 09:16:32 +0200 > Thomas Monjalon wrote: > > > 25/06/2023 22:57, Stephen Hemminger: > > > On Wed, 21 Jun 2023 21:03:00 +0530 > > > Jerin Jacob wrote: > > > > > > > On Wed, Jun 21, 2023 at 7:36 PM Thomas Monjalon > > > > wrote: > >

Re: [PATCH] regex/cn9k: remove rule compiler

2023-06-26 Thread Stephen Hemminger
On Mon, 26 Jun 2023 09:16:32 +0200 Thomas Monjalon wrote: > 25/06/2023 22:57, Stephen Hemminger: > > On Wed, 21 Jun 2023 21:03:00 +0530 > > Jerin Jacob wrote: > > > > > On Wed, Jun 21, 2023 at 7:36 PM Thomas Monjalon > > > wrote: > > > > > > > > Nobody knows how to build the feature. > >

Re: [PATCH] regex/cn9k: remove rule compiler

2023-06-26 Thread Thomas Monjalon
25/06/2023 22:57, Stephen Hemminger: > On Wed, 21 Jun 2023 21:03:00 +0530 > Jerin Jacob wrote: > > > On Wed, Jun 21, 2023 at 7:36 PM Thomas Monjalon wrote: > > > > > > Nobody knows how to build the feature. > > > When the dependency "rxp_compiler" is found, > > > the header file is not available

Re: [PATCH] regex/cn9k: remove rule compiler

2023-06-21 Thread Jerin Jacob
On Wed, Jun 21, 2023 at 7:36 PM Thomas Monjalon 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 directo

[PATCH] regex/cn9k: remove rule compiler

2023-06-21 Thread Thomas Monjalon
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. According to wh