Re: [dpdk-dev] [PATCH v4 3/4] regexdev: add regexdev core functions

2020-07-06 Thread Bruce Richardson
On Mon, Jul 06, 2020 at 09:03:49AM +0200, Thomas Monjalon wrote: > 06/07/2020 08:07, Ori Kam: > > From: Thomas Monjalon > > > 02/07/2020 09:46, Ori Kam: > > > > --- a/meson_options.txt > > > > +++ b/meson_options.txt > > > > @@ -30,6 +30,8 @@ option('max_lcores', type: 'integer', value: 128, > > >

Re: [dpdk-dev] [PATCH v4 3/4] regexdev: add regexdev core functions

2020-07-06 Thread Thomas Monjalon
06/07/2020 08:07, Ori Kam: > From: Thomas Monjalon > > 02/07/2020 09:46, Ori Kam: > > > --- a/meson_options.txt > > > +++ b/meson_options.txt > > > @@ -30,6 +30,8 @@ option('max_lcores', type: 'integer', value: 128, > > > description: 'maximum number of cores/threads supported by EAL') > > > op

Re: [dpdk-dev] [PATCH v4 3/4] regexdev: add regexdev core functions

2020-07-05 Thread Ori Kam
> -Original Message- > From: Thomas Monjalon > Sent: Monday, July 6, 2020 12:08 AM > Subject: Re: [dpdk-dev] [PATCH v4 3/4] regexdev: add regexdev core functions > > 02/07/2020 09:46, Ori Kam: > > --- a/meson_options.txt > > +++ b/meson_options.tx

Re: [dpdk-dev] [PATCH v4 3/4] regexdev: add regexdev core functions

2020-07-05 Thread Thomas Monjalon
02/07/2020 09:46, Ori Kam: > --- a/meson_options.txt > +++ b/meson_options.txt > @@ -30,6 +30,8 @@ option('max_lcores', type: 'integer', value: 128, > description: 'maximum number of cores/threads supported by EAL') > option('max_numa_nodes', type: 'integer', value: 4, > description: '

[dpdk-dev] [PATCH v4 3/4] regexdev: add regexdev core functions

2020-07-02 Thread Ori Kam
This commit introduce the API that is needed by the RegEx devices in order to work with the RegEX lib. During the probe of a RegEx device, the device should configure itself, and allocate the resources it requires. On completion of the device init, it should call the rte_regex_dev_register in orde