Message ID | 20201111062701.36217-1-yingyax.han@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dts-bounces@dpdk.org> 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 46ECBA09D2; Wed, 11 Nov 2020 07:31:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3E23DF90; Wed, 11 Nov 2020 07:31:22 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id C1FC6F64 for <dts@dpdk.org>; Wed, 11 Nov 2020 07:31:20 +0100 (CET) IronPort-SDR: Xj19jJdCfFsBdTDWtKU4OjVhbtmdqWTjGpJrPtLHEYilRuJPAJuql4zYPWqOHlGArCyhkj3z5Z i1rKcZ/d+z4w== X-IronPort-AV: E=McAfee;i="6000,8403,9801"; a="149951480" X-IronPort-AV: E=Sophos;i="5.77,468,1596524400"; d="scan'208";a="149951480" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2020 22:31:18 -0800 IronPort-SDR: XNUy6XYpTUP+BjxpIM80PfQ30IkAcfG351Vb/SWTcQ07P+OU8keB9qK4OHe9ls+FDQuRVnPg8W 2VLz6fV8Ucgg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,468,1596524400"; d="scan'208";a="308345728" Received: from dpdk-lijuan-purley2.sh.intel.com ([10.67.119.168]) by fmsmga008.fm.intel.com with ESMTP; 10 Nov 2020 22:31:17 -0800 From: hanyingya <yingyax.han@intel.com> To: dts@dpdk.org Cc: hanyingya <yingyax.han@intel.com> Date: Wed, 11 Nov 2020 14:26:58 +0800 Message-Id: <20201111062701.36217-1-yingyax.han@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 0/3] add vf single core perf test suite X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions <dts.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dts>, <mailto:dts-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dts/> List-Post: <mailto:dts@dpdk.org> List-Help: <mailto:dts-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dts>, <mailto:dts-request@dpdk.org?subject=subscribe> Errors-To: dts-bounces@dpdk.org Sender: "dts" <dts-bounces@dpdk.org> |
Series |
add vf single core perf test suite
|
|
Message
Yingya Han
Nov. 11, 2020, 6:26 a.m. UTC
hanyingya (3): test_plans: add vf single core test plan conf: add vf single core configuration file tests: add vf single core test script conf/vf_single_core_perf.cfg | 64 +++ test_plans/vf_single_core_perf_test_plan.rst | 122 ++++++ tests/TestSuite_vf_single_core_perf.py | 399 +++++++++++++++++++ 3 files changed, 585 insertions(+) create mode 100644 conf/vf_single_core_perf.cfg create mode 100644 test_plans/vf_single_core_perf_test_plan.rst create mode 100644 tests/TestSuite_vf_single_core_perf.py
Comments
> hanyingya (3): > test_plans: add vf single core test plan > conf: add vf single core configuration file > tests: add vf single core test script > > conf/vf_single_core_perf.cfg | 64 +++ > test_plans/vf_single_core_perf_test_plan.rst | 122 ++++++ > tests/TestSuite_vf_single_core_perf.py | 399 +++++++++++++++++++ > 3 files changed, 585 insertions(+) > create mode 100644 conf/vf_single_core_perf.cfg create mode 100644 > test_plans/vf_single_core_perf_test_plan.rst > create mode 100644 tests/TestSuite_vf_single_core_perf.py > Applied