From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 88DCE5B2E for ; Wed, 26 Dec 2018 10:49:12 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Dec 2018 01:49:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,400,1539673200"; d="scan'208";a="286699761" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga005.jf.intel.com with ESMTP; 26 Dec 2018 01:49:11 -0800 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 26 Dec 2018 01:49:11 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 26 Dec 2018 01:49:10 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.182]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.210]) with mapi id 14.03.0415.000; Wed, 26 Dec 2018 17:49:09 +0800 From: "Yao, BingX Y" To: "Zhao, MeijuanX" , "dts@dpdk.org" CC: "Zhao, MeijuanX" Thread-Topic: [dts] [PATCH V1 2/2] conf/checklist:add not support case Thread-Index: AQHUnP7C7mDdyv4uVkySplbwIVKnG6WQxluQ Date: Wed, 26 Dec 2018 09:49:08 +0000 Message-ID: <95BCD24840F32441BEA74E0F8A31839E04ECEC46@shsmsx102.ccr.corp.intel.com> References: <1545817304-3890-1-git-send-email-meijuanx.zhao@intel.com> <1545817304-3890-2-git-send-email-meijuanx.zhao@intel.com> In-Reply-To: <1545817304-3890-2-git-send-email-meijuanx.zhao@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 not support 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 09:49:13 -0000 Tested-by: Yao, bing -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan Sent: Wednesday, December 26, 2018 5:42 PM To: dts@dpdk.org Cc: Zhao, MeijuanX Subject: [dts] [PATCH V1 2/2] conf/checklist:add not support case Signed-off-by: zhao,meijuan --- conf/test_case_checklist.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json = index d65b7e3..44d35a2 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_2pf_2vf_1vm_iplink_macfilter": [ + { + "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