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 79BE6A052A; Thu, 26 Nov 2020 12:16:06 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 406C3C93E; Thu, 26 Nov 2020 12:16:04 +0100 (CET) Received: from hqnvemgate25.nvidia.com (hqnvemgate25.nvidia.com [216.228.121.64]) by dpdk.org (Postfix) with ESMTP id 7406AC93C for ; Thu, 26 Nov 2020 12:16:01 +0100 (CET) Received: from hqmail.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate25.nvidia.com (using TLS: TLSv1.2, AES256-SHA) id ; Thu, 26 Nov 2020 03:15:59 -0800 Received: from nvidia.com (10.124.1.5) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Thu, 26 Nov 2020 11:15:58 +0000 From: Wisam Jaddo To: , , , CC: Date: Thu, 26 Nov 2020 13:15:39 +0200 Message-ID: <20201126111543.16928-1-wisamm@nvidia.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.124.1.5] X-ClientProxiedBy: HQMAIL101.nvidia.com (172.20.187.10) To HQMAIL107.nvidia.com (172.20.187.13) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1606389359; bh=yaPx5D3/bQlvRMjIIGXzSOVssqGqp85pdEXplMW6Wqo=; h=From:To:CC:Subject:Date:Message-ID:X-Mailer:MIME-Version: Content-Type:X-Originating-IP:X-ClientProxiedBy; b=D0Odpbvv33ByEwDfmCx3OjloUZxTh7jGe3f5c+jBxyKB2sZqnskackPLZDOUcsR+S NUaQw9vWxmlebu3D2tJ9SIfGmoN9maHcPULrqasTnHGLkYeuONo1GaRAYvW0adCeom 8EcyIPLaQZzram5512qypGxDRXx5gyQ7FNJ5o+mSMZ/oKDOxDyrpwyvmy1rvlugTJ+ Tt15zktthawx0ccWvNcbhGl/yMM9eGQsXhkgb5eYT6BlEtzuG4xTQYnbN/tEuoxpUA Y4GC4r52sqj7czUhJWv0tOuPse+10jXyNwsUwgHnvW0DcYnFia31t0lxJsoej0rnqQ ONtcEAyvuYdwQ== Subject: [dpdk-dev] [PATCH 0/4] app/flow-perf: add multi threaded 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" After this series the application will start supporting testing multiple threaded insertion and deletion rates. Also it will provide the latency & throughput rates of all threads. Wisam Jaddo (4): app/flow-perf: refactor flows handler app/flow-perf: add multiple cores insertion and deletion app/flow-perf: change clock measurement functions app/flow-perf: remove redundant items memset and vars app/test-flow-perf/actions_gen.c | 205 +++++++------ app/test-flow-perf/actions_gen.h | 2 +- app/test-flow-perf/config.h | 1 + app/test-flow-perf/flow_gen.c | 5 +- app/test-flow-perf/flow_gen.h | 1 + app/test-flow-perf/items_gen.c | 206 +++++-------- app/test-flow-perf/items_gen.h | 2 +- app/test-flow-perf/main.c | 486 +++++++++++++++++++++---------- doc/guides/tools/flow-perf.rst | 14 +- 9 files changed, 524 insertions(+), 398 deletions(-) -- 2.21.0