From patchwork Mon Dec 26 06:54:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yingya Han X-Patchwork-Id: 121384 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 B3339A00C5; Mon, 26 Dec 2022 07:54:59 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8F05840146; Mon, 26 Dec 2022 07:54:59 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 266B340143 for ; Mon, 26 Dec 2022 07:54:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672037698; x=1703573698; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=gpVdQRuxc4FJSAy0UGBqu6EN4HTiFpOiIGIoU1z2+Sc=; b=Y8qDhf8sLOKOTVyFSp12HqMQpH8hYUbCdOzXjEIUlgAQBkwvk95wgbON 2BOT+46x3tc9Y5m3rrwUA77rhU29c4HbcCaluhh02CHFvwkKyTiUJSXup 58+seJvdVOGO6pqWTkJLplWpfKK82f+9x440hTpowotraop/6fu9duH91 PsDtmhmi/EaYVszPf1z+FK/AWZBqVmsB03BUK51IdJd2YKoxbP0CZ+wZT NW3bsYgjZa1TXwy9Mp02KtumEQkPDQrGTBn9m6H7v7d71EzJQd6qTuImW 1ZM+RAOg5zGp10ykxax/bRhz+k/+St3LseplqyxK+XQN3ZfszlGZrChwl w==; X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="304031897" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="304031897" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2022 22:54:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="683283146" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="683283146" Received: from dpdk-lijuan-icelake4.sh.intel.com ([10.67.119.188]) by orsmga008.jf.intel.com with ESMTP; 25 Dec 2022 22:54:56 -0800 From: Yingya Han To: dts@dpdk.org Cc: Yingya Han Subject: [dts][PATCH V1 0/3] add ice_header_split_perf test suite Date: Mon, 26 Dec 2022 06:54:53 +0000 Message-Id: <20221226065453.10005-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 add ice_header_split_perf test suite Yingya Han (3): add ice_header_split_perf test plan add ice_header_split_perf test script add ice_header_split_perf configuration file conf/ice_header_split_perf.cfg | 11 + .../ice_header_split_perf_test_plan.rst | 236 ++++++++++ test_plans/index.rst | 1 + tests/TestSuite_ice_header_split_perf.py | 416 ++++++++++++++++++ 4 files changed, 664 insertions(+) create mode 100644 conf/ice_header_split_perf.cfg create mode 100644 test_plans/ice_header_split_perf_test_plan.rst create mode 100644 tests/TestSuite_ice_header_split_perf.py