From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8CCFFA09D2; Wed, 11 Nov 2020 07:43:03 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 55A65F90; Wed, 11 Nov 2020 07:43:02 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 434F12AB for ; Wed, 11 Nov 2020 07:43:01 +0100 (CET) IronPort-SDR: Xp205/0CwuBBLbsd+TSh75G5HMBMYL+a7z2zIrBNUNJOnk1OEtU95O1J50PJ9dlm0u79XhLIbc AQ0vKs1usxJA== X-IronPort-AV: E=McAfee;i="6000,8403,9801"; a="234270611" X-IronPort-AV: E=Sophos;i="5.77,468,1596524400"; d="scan'208";a="234270611" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2020 22:42:59 -0800 IronPort-SDR: WQm1ZslP8ri0PRzlr/WpON8TT1Yp7gJjfwuXVYpmMzkN385x9/xSdhAijfFLPRwuU+AuXItUFQ gJNOQSaYCQ3A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,468,1596524400"; d="scan'208";a="541656737" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga005.jf.intel.com with ESMTP; 10 Nov 2020 22:42:59 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 10 Nov 2020 22:42:58 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 11 Nov 2020 14:42:56 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Wed, 11 Nov 2020 14:42:56 +0800 From: "Tu, Lijuan" To: "Han, YingyaX" , "dts@dpdk.org" CC: "Han, YingyaX" Thread-Topic: [dts] [PATCH V1 0/3] add vf single core perf test suite Thread-Index: AQHWt/RoPubQWWRRFUWuTGY9rhtKhqnCe6ug Date: Wed, 11 Nov 2020 06:42:56 +0000 Message-ID: References: <20201111062701.36217-1-yingyax.han@intel.com> In-Reply-To: <20201111062701.36217-1-yingyax.han@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" > hanyingya (3): > test_plans: add vf single core test plan > conf: add vf single core configuration file > tests: add vf single core test script >=20 > 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 >=20 Applied