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 E98E2A0093; Thu, 21 May 2020 08:18:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9A2A91D62E; Thu, 21 May 2020 08:18:07 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1106B1C22A for ; Thu, 21 May 2020 08:18:05 +0200 (CEST) IronPort-SDR: FiUvIOaxtdCb7xt0G7xLO1UUgglipyksUXagyZqi03f/KeG0J0KLqrKCUVFFaR8EYVksAZISPs nz00cGEeF3Pw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 May 2020 23:18:02 -0700 IronPort-SDR: nk8HmakpO6LIr+Fk1KVHEtb7XXDtMMq1IvpjqmP+vQODcBr6pMZ1XsDi5Di+PrNH0AeqD2psUN 06Ha8cgbxD2g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,416,1583222400"; d="scan'208";a="282944218" Received: from unknown (HELO xqm-virtio_tester.sh.intel.com) ([10.240.183.52]) by orsmga002.jf.intel.com with ESMTP; 20 May 2020 23:18:01 -0700 From: Zhou Jun To: dts@dpdk.org Cc: Zhou jun Date: Thu, 21 May 2020 14:10:19 +0800 Message-Id: <1590041419-334355-1-git-send-email-junx.w.zhou@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [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" 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