From patchwork Fri Aug 7 05:07:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yufen.Mo" X-Patchwork-Id: 75269 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7925EA04AD; Fri, 7 Aug 2020 07:09:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2AB132B87; Fri, 7 Aug 2020 07:09:10 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id E99231E34 for ; Fri, 7 Aug 2020 07:09:08 +0200 (CEST) IronPort-SDR: 6yQ+Fp67zrZcc6CtcFpCURn2W5ZsYdVmra6xzjTLxHQKDDlUku+g/WeJ31L5BKxRXmdA3gUG+/ DVeUNHR8k54w== X-IronPort-AV: E=McAfee;i="6000,8403,9705"; a="140590155" X-IronPort-AV: E=Sophos;i="5.75,444,1589266800"; d="scan'208";a="140590155" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Aug 2020 22:09:07 -0700 IronPort-SDR: r4UWPXtXxGxZbQ/NQQ+sMa4PEoAy2paUkwARHqtVmhj1a21A4xO77xVYxCKDuJ/0qmQKci8wR0 odcfuGHe8DZA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,444,1589266800"; d="scan'208";a="325642200" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by fmsmga002.fm.intel.com with ESMTP; 06 Aug 2020 22:09:06 -0700 From: yufengmx To: dts@dpdk.org Cc: yufengmx Date: Fri, 7 Aug 2020 13:07:07 +0800 Message-Id: <20200807050708.32412-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Subject: [dts] [PATCH V6 0/1] l3fwd: update json and display X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" update json and display. v6: - fix comment error. v5: - change config line rate % value to config value, which config in l3fwd_lpm_ipv4_rfc2544.cfg - chang expected throughput to nic theory line x rate config line rate(% percentage) / 100. v4: - rebase source code v3: - change Actual line rate (Mpps) --> Actual Throughput (Mpps). v2: - update rfc2544 json and display. v1: - update throughput delta, Throughput delta = run value - expected value yufengmx (1): l3fwd: update rfc2544/throughput json and display tests/l3fwd_base.py | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-)