mbox series

[v1,0/6] regex multi Q with multi cores support

Message ID 20201216164931.1517-1-ophirmu@nvidia.com (mailing list archive)
Headers
Series regex multi Q with multi cores support |

Message

Ophir Munk Dec. 16, 2020, 4:49 p.m. UTC
  This patchset enhances the regex application to support multi Q with multi cores.

v1: initial release

Ophir Munk (6):
  app/regex: move mem pool creation to worker routine
  app/regex: support multi QPs
  app/regex: read data file once at startup
  app/regex: support multi cores
  app/regex: support performance measurements per QP
  app/regex: replace Linux clock() API with rdtsc

 app/test-regex/main.c | 519 ++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 373 insertions(+), 146 deletions(-)
  

Comments

Ori Kam Dec. 17, 2020, 11:52 a.m. UTC | #1
Hi Ophir,

You should also update the testregex.rst file.

Best,
Ori

> -----Original Message-----
> From: Ophir Munk <ophirmu@nvidia.com>
> Sent: Wednesday, December 16, 2020 6:49 PM
> Subject: [PATCH v1 0/6] regex multi Q with multi cores support
> 
> This patchset enhances the regex application to support multi Q with multi
> cores.
> 
> v1: initial release
> 
> Ophir Munk (6):
>   app/regex: move mem pool creation to worker routine
>   app/regex: support multi QPs
>   app/regex: read data file once at startup
>   app/regex: support multi cores
>   app/regex: support performance measurements per QP
>   app/regex: replace Linux clock() API with rdtsc
> 
>  app/test-regex/main.c | 519 ++++++++++++++++++++++++++++++++++++-------
> -------
>  1 file changed, 373 insertions(+), 146 deletions(-)
> 
> --
> 2.8.4