From patchwork Wed Aug 24 07:42:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yingya Han X-Patchwork-Id: 115362 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 61B2CA04FD; Wed, 24 Aug 2022 09:42:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 42DA740DFD; Wed, 24 Aug 2022 09:42:45 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id E03F940DDE for ; Wed, 24 Aug 2022 09:42:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661326964; x=1692862964; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=4hFjbCiGkNTIY9j4zfkZR3c94NnTWTiSVthd2FUq6EY=; b=FDqhwGxJ4CfBmlCIW0/cwpwQi8nEreWaS7Eai1GR2k8ifJZgEazfR7N3 DxtLcT23sfmg3NLEpTOAsdxP6M/pM4KXWbDf8v1yYWd1bWivnth69F4wn coZ7vkXsLYpX3Qz43vAnbsh9JBOCSGTF45plUWnJBukWThloYsR2i6KeV eoXXo+Isul5xtbrIC4WBv4NFZyW5kYPI1aSFweWnl6jPDEzqal8IvfM5+ /kHFVXCrY15CwY67wMvRwlS6lJm8jO8K3TbbLSeipvgsADqq6Zv/1ePzn l3z/I/dhIYvd30MeRnnct90p96wnZUc/dh7XrnwaV0FFvsA6zn6zbC64d g==; X-IronPort-AV: E=McAfee;i="6500,9779,10448"; a="280867409" X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="280867409" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 00:42:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="670388475" Received: from dpdk-lijuan-icelake4.sh.intel.com ([10.67.118.241]) by fmsmga008.fm.intel.com with ESMTP; 24 Aug 2022 00:42:39 -0700 From: Yingya Han To: dts@dpdk.org Cc: Yingya Han Subject: [dts][PATCH V2 0/3] add rx_timestamp_perf test suite Date: Wed, 24 Aug 2022 15:42:37 +0800 Message-Id: <20220824074237.578167-1-yingyax.han@intel.com> X-Mailer: git-send-email 2.25.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 rx_timestamp_perf test suite Yingya Han (3): add rx_timestamp_perf test plan add rx_timestamp_perf configuration file add rx_timestamp_perf test script conf/rx_timestamp_perf.cfg | 11 + test_plans/index.rst | 1 + test_plans/rx_timestamp_perf_test_plan.rst | 180 +++++++++ tests/TestSuite_rx_timestamp_perf.py | 418 +++++++++++++++++++++ 4 files changed, 610 insertions(+) create mode 100644 conf/rx_timestamp_perf.cfg create mode 100644 test_plans/rx_timestamp_perf_test_plan.rst create mode 100644 tests/TestSuite_rx_timestamp_perf.py