From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 42071A09FD; Sun, 20 Dec 2020 11:42:15 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 40A07CB6B; Sun, 20 Dec 2020 11:42:13 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 81AA3CAE3 for ; Sun, 20 Dec 2020 11:42:10 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from ophirmu@nvidia.com) with SMTP; 20 Dec 2020 12:42:09 +0200 Received: from nvidia.com (pegasus05.mtr.labs.mlnx [10.210.16.100]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 0BKAg9pu031499; Sun, 20 Dec 2020 12:42:09 +0200 From: Ophir Munk To: dev@dpdk.org, Ori Kam , Ophir Munk Cc: Thomas Monjalon Date: Sun, 20 Dec 2020 10:41:42 +0000 Message-Id: <20201220104148.13961-1-ophirmu@nvidia.com> X-Mailer: git-send-email 2.8.4 In-Reply-To: <20201216164931.1517-2-ophirmu@nvidia.com> References: <20201216164931.1517-2-ophirmu@nvidia.com> Subject: [dpdk-dev] [PATCH v2 0/6] regex multi Q with multi cores support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset enhances the regex application to support multi Q with multi cores. v1: Initial release. v2: Update documentation (testregex.rst). Fix checkpath mispelling errors. 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(-) -- 2.8.4