mbox

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

Message ID 20210110111023.9525-1-ophirmu@nvidia.com (mailing list archive)
Headers

Message

Ophir Munk Jan. 10, 2021, 11:10 a.m. UTC
  This patchset enhances the regex application to support multi Q with multi cores.

v1: Initial release.
v2: Update documentation (testregex.rst).
v3: fix an error in commit "app/regex: support performance measurements per QP"
    The following line triggered an error with PPC compiler:
    error: qp may be used uninitialized in this function [-Werror=maybe-uninitialized]
    time = ((double)qp->end - qp->start) / CLOCKS_PER_SEC;
    Adding Acked-By

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 +++++++++++++++++++++++++++++------------
 doc/guides/tools/testregex.rst |  30 ++-
 2 files changed, 398 insertions(+), 151 deletions(-)