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 66EBDA0093; Thu, 21 May 2020 08:53:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 18B921D638; Thu, 21 May 2020 08:53:24 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 639841D62E for ; Thu, 21 May 2020 08:53:22 +0200 (CEST) IronPort-SDR: WjR67XICpVDeKf8vSrKX3KkwS4hhN5SF+xLPBQVGNNX/YFykGNB3PytUVdJASzVJm+vWyetf96 SzdOXNcSk1CQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 May 2020 23:53:21 -0700 IronPort-SDR: FB9X53AUm6tCa4kfYQjOdJe3qZiX2rZUFMePYLgd2C3gpRbOYE2VrCT0X+zx7zMeDCYZPERrxx s5bFMHVlXH8Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,416,1583222400"; d="scan'208";a="253869249" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga007.jf.intel.com with ESMTP; 20 May 2020 23:53:20 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 20 May 2020 23:53:20 -0700 Received: from cdsmsx101.ccr.corp.intel.com (172.17.3.36) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 20 May 2020 23:53:20 -0700 Received: from cdsmsx102.ccr.corp.intel.com ([169.254.2.227]) by CDSMSX101.ccr.corp.intel.com ([169.254.1.188]) with mapi id 14.03.0439.000; Thu, 21 May 2020 14:53:17 +0800 From: "Zhou, JunX W" To: "dts@dpdk.org" Thread-Topic: [dts][PATCH V1] hotplug/port_detach_attach_for_vhost_user_virtio_user:32 bites not support this case. Thread-Index: AQHWLzeca5fch3o0K0KhelskOsVTjKiyGo4g Date: Thu, 21 May 2020 06:53:17 +0000 Message-ID: References: <1590041419-334355-1-git-send-email-junx.w.zhou@intel.com> In-Reply-To: <1590041419-334355-1-git-send-email-junx.w.zhou@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.17.6.105] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] hotplug/port_detach_attach_for_vhost_user_virtio_user:32 bites not support this 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Tested-by: Zhou, JunX W -----Original Message----- From: Zhou, JunX W=20 Sent: Thursday, May 21, 2020 2:10 PM To: dts@dpdk.org Cc: Zhou, JunX W Subject: [dts][PATCH V1] hotplug/port_detach_attach_for_vhost_user_virtio_u= ser:32 bites not support this case. From: Zhou jun change port_detach_attach_for_vhost_user_virtio_user's result to N/A. Signed-off-by: Zhou jun --- conf/test_case_checklist.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json = index 3258e46..73eda68 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3409,5 +3409,21 @@ "Bug ID": "", "Comments": "NIC not support this case" } + ], + "port_detach_attach_for_vhost_user_virtio_user": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "i686-native-linuxapp-gcc", + "i686-native-linuxapp-icc" + ], + "Bug ID": "", + "Comments": "32 bites not support this case(memoory not enough= )." + } ] } -- 1.8.3.1