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 B4BB0A09F0; Wed, 16 Dec 2020 17:51:58 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 84132CA1A; Wed, 16 Dec 2020 17:50:13 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id B35CEC9D8 for ; Wed, 16 Dec 2020 17:50:04 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from ophirmu@nvidia.com) with SMTP; 16 Dec 2020 18:49:58 +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 0BGGnvcr005924; Wed, 16 Dec 2020 18:49:57 +0200 From: Ophir Munk To: Ori Kam , dev@dpdk.org, Raslan Darawsheh Cc: Ophir Munk , Thomas Monjalon Date: Wed, 16 Dec 2020 16:49:25 +0000 Message-Id: <20201216164931.1517-1-ophirmu@nvidia.com> X-Mailer: git-send-email 2.8.4 Subject: [dpdk-dev] [PATCH v1 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 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