Re: [dpdk-dev] [PATCH v1 2/4] regexdev: add regex core h file

2020-04-08 Thread Ori Kam
t; From: dev <mailto:dev-boun...@dpdk.org> On Behalf Of Jerin Jacob > > > Sent: Tuesday, April 7, 2020 7:27 PM > > > Subject: Re: [dpdk-dev] [PATCH v1 2/4] regexdev: add regex core h file > > > > > > On Tue, Apr 7, 2020 at 9:46 PM Ori Kam <mailto:or...@me

Re: [dpdk-dev] [PATCH v1 2/4] regexdev: add regex core h file

2020-04-08 Thread Jerin Jacob
> > > > The rte_regex_dev which has enqueue() and dequeue() function pointer > > > should not be NOT allocated from hugepage > > > as per process it will have different enqueue() and dequeue() function > > > pointer value. Making it hugepage, another process > > > overwrites it. > > > > > > > >

Re: [dpdk-dev] [PATCH v1 2/4] regexdev: add regex core h file

2020-04-08 Thread Ori Kam
> > From: Jerin Jacob > Sent: Wednesday, April 8, 2020 10:49 AM > Subject: Re: [dpdk-dev] [PATCH v1 2/4] regexdev: add regex core h file > > On Wed, Apr 8, 2020 at 1:07 PM Ori Kam <mailto:or...@mellanox.com> wrote: > > > > -Original Message- > &

Re: [dpdk-dev] [PATCH v1 2/4] regexdev: add regex core h file

2020-04-08 Thread Jerin Jacob
On Wed, Apr 8, 2020 at 1:07 PM Ori Kam wrote: > > > > -Original Message- > > From: dev On Behalf Of Jerin Jacob > > Sent: Tuesday, April 7, 2020 7:27 PM > > Subject: Re: [dpdk-dev] [PATCH v1 2/4] regexdev: add regex core h file > > > > On

Re: [dpdk-dev] [PATCH v1 2/4] regexdev: add regex core h file

2020-04-08 Thread Ori Kam
> -Original Message- > From: dev On Behalf Of Jerin Jacob > Sent: Tuesday, April 7, 2020 7:27 PM > Subject: Re: [dpdk-dev] [PATCH v1 2/4] regexdev: add regex core h file > > On Tue, Apr 7, 2020 at 9:46 PM Ori Kam wrote: > > > Hi Guy, > > > >

Re: [dpdk-dev] [PATCH v1 2/4] regexdev: add regex core h file

2020-04-07 Thread Jerin Jacob
...@yunify.com; j...@netgate.com; > > hongjun...@intel.com; j.bromh...@titan-ic.com; d...@ntop.org; > > f...@napatech.com; arthur...@lionic.com; Thomas Monjalon > > ; Parav Pandit > > Subject: Re: [dpdk-dev] [PATCH v1 2/4] regexdev: add regex core h file > > > > >

Re: [dpdk-dev] [PATCH v1 2/4] regexdev: add regex core h file

2020-04-07 Thread Ori Kam
as Monjalon > ; Parav Pandit > Subject: Re: [dpdk-dev] [PATCH v1 2/4] regexdev: add regex core h file > > > + > > +/** > > + * @internal > > + * The generic data structure associated with each RegEx device. > > + * > > + * Pointers to burst-oriented pack

Re: [dpdk-dev] [PATCH v1 2/4] regexdev: add regex core h file

2020-04-07 Thread Guy Kaneti
> + > +/** > + * @internal > + * The generic data structure associated with each RegEx device. > + * > + * Pointers to burst-oriented packet receive and transmit functions are > + * located at the beginning of the structure, along with the pointer to > + * where all the data elements for the partic