From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 0B4A75B34 for ; Wed, 26 Dec 2018 11:30:25 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Dec 2018 02:30:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,400,1539673200"; d="scan'208";a="262260776" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga004.jf.intel.com with ESMTP; 26 Dec 2018 02:30:24 -0800 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 26 Dec 2018 02:30:24 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 26 Dec 2018 02:30:24 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.201]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.203]) with mapi id 14.03.0415.000; Wed, 26 Dec 2018 18:30:22 +0800 From: "Tu, Lijuan" To: "Zhao, MeijuanX" , "dts@dpdk.org" CC: "Zhao, MeijuanX" Thread-Topic: [dts] [PATCH V1 2/2] conf/checklist: add a case Thread-Index: AQHUnPnpTJ7Cm0yGS0GQDS0tKXntpKWQ0aLg Date: Wed, 26 Dec 2018 10:30:21 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0B9E708F@SHSMSX101.ccr.corp.intel.com> References: <1545815175-2098-1-git-send-email-meijuanx.zhao@intel.com> <1545815175-2098-2-git-send-email-meijuanx.zhao@intel.com> In-Reply-To: <1545815175-2098-2-git-send-email-meijuanx.zhao@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.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDRiNWMwZTAtMzJhMS00YTQxLTkyZmMtMzA1YzM1MzVjYTc5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTFVxVDVTNDJCNGVzTnk2Q3ArTnNnZFloQUxsdmJvVlNJTEMzc3c4ejRIMVQyUzExcHI2Y0RzU28xNVZvSDNRdyJ9 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 V1 2/2] conf/checklist: add a case 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: , X-List-Received-Date: Wed, 26 Dec 2018 10:30:26 -0000 Rejected, Please have a clear subject/comment, I can't get the objective fr= om your patch comments. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan > Sent: Wednesday, December 26, 2018 5:06 PM > To: dts@dpdk.org > Cc: Zhao, MeijuanX > Subject: [dts] [PATCH V1 2/2] conf/checklist: add a case >=20 > Signed-off-by: zhao,meijuan > --- > conf/test_case_checklist.json | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n > index d65b7e3..04aee40 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -1619,6 +1619,21 @@ > "Comments": "the nic not support this case" > } > ], > + "dpdk_pf_vf_reset": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "powerville" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "the nic not support this case" > + } > + ], > "kernel_2pf_2vf_1vm_mac_add_filter": [ > { > "OS": [ > -- > 2.17.2