From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 492A9A04B5; Sun, 10 Jan 2021 12:10:33 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 49583140F41; Sun, 10 Jan 2021 12:10:28 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by mails.dpdk.org (Postfix) with ESMTP id BC659140E1E for ; Sun, 10 Jan 2021 12:10:25 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from ophirmu@nvidia.com) with SMTP; 10 Jan 2021 13:10:24 +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 10ABAOOj032562; Sun, 10 Jan 2021 13:10:24 +0200 From: Ophir Munk To: dev@dpdk.org Cc: Ori Kam , Thomas Monjalon , Ophir Munk Date: Sun, 10 Jan 2021 11:10:17 +0000 Message-Id: <20210110111023.9525-1-ophirmu@nvidia.com> X-Mailer: git-send-email 2.8.4 In-Reply-To: <20201220104148.13961-2-ophirmu@nvidia.com> References: <20201220104148.13961-2-ophirmu@nvidia.com> Subject: [dpdk-dev] [PATCH v3 0/6] regex multi Q with multi cores support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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). 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(-) -- 2.8.4