Re: [dpdk-dev] [RFC] app/test-regex: add RegEx test application.

2020-06-04 Thread Ori Kam
Hi Jerin > -Original Message- > From: Jerin Jacob > Sent: Thursday, June 4, 2020 9:31 AM > Subject: Re: [dpdk-dev] [RFC] app/test-regex: add RegEx test application. > > On Thu, Jun 4, 2020 at 11:21 AM Ori Kam wrote: > > > > Hi Jerin, > > HI Ori

Re: [dpdk-dev] [RFC] app/test-regex: add RegEx test application.

2020-06-03 Thread Jerin Jacob
On Thu, Jun 4, 2020 at 11:21 AM Ori Kam wrote: > > Hi Jerin, HI Ori, > > > -Original Message- > > From: Jerin Jacob > > Sent: Thursday, June 4, 2020 7:56 AM > > Subject: Re: [dpdk-dev] [RFC] app/test-regex: add RegEx test application. > > >

Re: [dpdk-dev] [RFC] app/test-regex: add RegEx test application.

2020-06-03 Thread Ori Kam
Hi Jerin, > -Original Message- > From: Jerin Jacob > Sent: Thursday, June 4, 2020 7:56 AM > Subject: Re: [dpdk-dev] [RFC] app/test-regex: add RegEx test application. > > On Thu, Jun 4, 2020 at 2:59 AM Ori Kam wrote: > > > > Following the new RegEx cla

Re: [dpdk-dev] [RFC] app/test-regex: add RegEx test application.

2020-06-03 Thread Jerin Jacob
On Thu, Jun 4, 2020 at 2:59 AM Ori Kam wrote: > > Following the new RegEx class [1]. > There is a need to create a dedecated test application in order to > validate this class and PMD. > > Unlike net device this application loads data from a file. > > This commit introduce the new RegEx test app.

[dpdk-dev] [RFC] app/test-regex: add RegEx test application.

2020-06-03 Thread Ori Kam
Following the new RegEx class [1]. There is a need to create a dedecated test application in order to validate this class and PMD. Unlike net device this application loads data from a file. This commit introduce the new RegEx test app. The basic app flow: 1. query probed RegEx device. 2. configu