Re: [dpdk-dev] [PATCH v1] app/test-regex: add RegEx test application

2020-07-27 Thread Ori Kam
Hi Thomas, > -Original Message- > From: Thomas Monjalon > > 27/07/2020 07:12, Ori Kam: > > From: Jerin Jacob > > > On Mon, Jul 27, 2020 at 1:28 AM Ori Kam wrote: > > > > --- /dev/null > > > > +++ b/app/test-regex/hello_world.rof2 > > > > @@ -0,0 +1,45 @@ > > > > +# > > > > +# rof_versi

Re: [dpdk-dev] [PATCH v1] app/test-regex: add RegEx test application

2020-07-27 Thread Ori Kam
Hi Thomas, > -Original Message- > From: Thomas Monjalon > > 26/07/2020 21:58, Ori Kam: > > --- a/app/meson.build > > +++ b/app/meson.build > > @@ -12,6 +12,7 @@ apps = [ > > 'test-bbdev', > > 'test-cmdline', > > 'test-compress-perf', > > + 'test-regex', > > 'test-crypto

Re: [dpdk-dev] [PATCH v1] app/test-regex: add RegEx test application

2020-07-27 Thread Thomas Monjalon
26/07/2020 21:58, Ori Kam: > --- a/app/meson.build > +++ b/app/meson.build > @@ -12,6 +12,7 @@ apps = [ > 'test-bbdev', > 'test-cmdline', > 'test-compress-perf', > + 'test-regex', > 'test-crypto-perf', > 'test-eventdev', > 'test-fib', In this list, I think t

Re: [dpdk-dev] [PATCH v1] app/test-regex: add RegEx test application

2020-07-27 Thread Thomas Monjalon
27/07/2020 07:12, Ori Kam: > From: Jerin Jacob > > On Mon, Jul 27, 2020 at 1:28 AM Ori Kam wrote: > > > --- /dev/null > > > +++ b/app/test-regex/hello_world.rof2 > > > @@ -0,0 +1,45 @@ > > > +# > > > +# rof_version: 2 > > > +# > > > +# date:20200210_164643 > > > +# > > > +# rxp_compiler:5.7.18007

Re: [dpdk-dev] [PATCH v1] app/test-regex: add RegEx test application

2020-07-26 Thread Ori Kam
Hi Jerin, > -Original Message- > From: Jerin Jacob > > On Mon, Jul 27, 2020 at 1:28 AM Ori Kam wrote: > > > > > diff --git a/app/test-regex/hello_world.rof2 b/app/test- > regex/hello_world.rof2 > > new file mode 100644 > > index 000..fb7db75 > > --- /dev/null > > +++ b/app/test-reg

Re: [dpdk-dev] [PATCH v1] app/test-regex: add RegEx test application

2020-07-26 Thread Jerin Jacob
On Mon, Jul 27, 2020 at 1:28 AM Ori Kam wrote: > > diff --git a/app/test-regex/hello_world.rof2 b/app/test-regex/hello_world.rof2 > new file mode 100644 > index 000..fb7db75 > --- /dev/null > +++ b/app/test-regex/hello_world.rof2 > @@ -0,0 +1,45 @@ > +# > +# rof_version: 2 > +# > +# date:2020

[dpdk-dev] [PATCH v1] app/test-regex: add RegEx test application

2020-07-26 Thread Ori Kam
From: Yuval Avnery Following the new RegEx class. There is a need to create a dedicated 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. Configure the RegEx