From patchwork Thu Apr 13 09:17:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yingya Han X-Patchwork-Id: 125994 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8A01242931; Thu, 13 Apr 2023 11:18:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5FE1D40FAE; Thu, 13 Apr 2023 11:18:05 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 1194B4021F for ; Thu, 13 Apr 2023 11:18:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681377484; x=1712913484; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=GSHBNn93TkE15Bp24awx5cFdy5SohNA24OZR2M0DZ0o=; b=Ew8EuPgTVpG6AW3OHfcFZ37GLxw+x0NBL8LNfmMrZNKVdVBBfb1yL2me rrJT0GF6/1KbbcEoSiBwXAlAfstVG9UW/Nt2ro/GmMjA/+VkfqzSj5ROn APCwmhYYBYl7v1muCpAtlUPUgzaknHIr0dGW1gorZgJPf9tFDAWu+TrE2 t+wipm9hFPtMWlfcLUlUWcFmvdnlgLhEc8GWzfxN2zSCAcYa5BeNFIWTw N3Yt1/mIpIImXvOMeGdzkAn/+K7a6ZBU24WCqPY2f2X/5RjlKpSc22o3e 9xXh69iCyB5UcyLks8btsvi0HhX/zI/AD7n8dODdVTb0eE9ElJ9fmlnQ4 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10678"; a="344129847" X-IronPort-AV: E=Sophos;i="5.98,341,1673942400"; d="scan'208";a="344129847" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2023 02:18:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10678"; a="666732124" X-IronPort-AV: E=Sophos;i="5.98,341,1673942400"; d="scan'208";a="666732124" Received: from dpdk-lijuan-icelake4.sh.intel.com ([10.67.119.201]) by orsmga006.jf.intel.com with ESMTP; 13 Apr 2023 02:18:01 -0700 From: Yingya Han To: dts@dpdk.org Cc: Yingya Han Subject: [dts][PATCH V1 0/3] add ice_iavf_checksum_perf test suite Date: Thu, 13 Apr 2023 09:17:55 +0000 Message-Id: <20230413091758.32811-1-yingyax.han@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 Yingya Han (3): add ice_iavf_checksum_perf test plan add ice_iavf_checksum_perf test script add ice_iavf_checksum_perf configuration file conf/ice_iavf_checksum_perf.cfg | 6 + .../ice_iavf_checksum_perf_test_plan.rst | 224 +++++++++++ test_plans/index.rst | 1 + tests/TestSuite_ice_iavf_checksum_perf.py | 358 ++++++++++++++++++ 4 files changed, 589 insertions(+) create mode 100644 conf/ice_iavf_checksum_perf.cfg create mode 100644 test_plans/ice_iavf_checksum_perf_test_plan.rst create mode 100644 tests/TestSuite_ice_iavf_checksum_perf.py