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 CA8F4A0568; Tue, 3 Mar 2020 09:24:14 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C24AF1BFF0; Tue, 3 Mar 2020 09:24:14 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 2A1B22C16 for ; Tue, 3 Mar 2020 09:24:13 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Mar 2020 00:24:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,510,1574150400"; d="scan'208";a="233542973" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga008.jf.intel.com with ESMTP; 03 Mar 2020 00:24:11 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Mar 2020 00:24:11 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Mar 2020 00:24:11 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.235]) with mapi id 14.03.0439.000; Tue, 3 Mar 2020 16:24:09 +0800 From: "Tu, Lijuan" To: "dts@dpdk.org" Thread-Topic: [dts] [PATCH V2] conf/supportlist: add kernel_pf_dpdk_iavf_perf_host_only Thread-Index: AQHV8TTolQ0ANX98xkyxJFFK9PGdk6g2h8hA Date: Tue, 3 Mar 2020 08:24:08 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBE948E@SHSMSX101.ccr.corp.intel.com> References: <1582800110-157526-1-git-send-email-lijuan.tu@intel.com> <1583253074-41827-1-git-send-email-lijuan.tu@intel.com> In-Reply-To: <1583253074-41827-1-git-send-email-lijuan.tu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V2] conf/supportlist: add kernel_pf_dpdk_iavf_perf_host_only 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" Applied, thanks > -----Original Message----- > From: Tu, Lijuan > Sent: Wednesday, March 4, 2020 12:31 AM > To: dts@dpdk.org > Cc: Tu, Lijuan > Subject: [dts] [PATCH V2] conf/supportlist: add > kernel_pf_dpdk_iavf_perf_host_only >=20 > perf_kernel_pf_dpdk_iavf_perf_host_only is only supported on Fortville. >=20 > Signed-off-by: Lijuan Tu > --- > conf/test_case_supportlist.json | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) >=20 > diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist= .json > index 46e0a82..8d30513 100644 > --- a/conf/test_case_supportlist.json > +++ b/conf/test_case_supportlist.json > @@ -1749,5 +1749,22 @@ > "Bug ID": "", > "Comments": "This case currently support for niantic" > } > + ], > + "perf_kernel_pf_dpdk_iavf_perf_host_only": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "fortville_eagle", > + "fortville_spirit", > + "fortville_25g" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "this case only support on fortville" > + } > ] > } > -- > 1.8.3.1