Re: [dpdk-dev] [PATCH v1 0/6] regex multi Q with multi cores support

2020-12-17 Thread Ori Kam
Hi Ophir, You should also update the testregex.rst file. Best, Ori > -Original Message- > From: Ophir Munk > 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 w

[dpdk-dev] [PATCH v1 0/6] regex multi Q with multi cores support

2020-12-16 Thread Ophir Munk
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: sup