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 0862CA00C5; Thu, 30 Apr 2020 07:56:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F14021D92C; Thu, 30 Apr 2020 07:56:16 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D153B1D92B for ; Thu, 30 Apr 2020 07:56:15 +0200 (CEST) IronPort-SDR: 038rDCmEkAHvW2wDioAf/p1lxT75zYx49BkFZygkMbo7M2Th/bxqP0jXab5B+Z29l+vXvB9nr8 WrAPBNvnFfaA== 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; 29 Apr 2020 22:56:15 -0700 IronPort-SDR: j17CzL3F7u7rdh3yqQHkkWqZU5gVouA7lDC0kkMFsLf53lU6K23Uw1W9HiFyz192vrV7PnMizc Yk1o9Ep3sCeQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,334,1583222400"; d="scan'208";a="276405847" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by orsmga002.jf.intel.com with ESMTP; 29 Apr 2020 22:56:13 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Thu, 30 Apr 2020 13:48:18 +0800 Message-Id: <1588225698-139616-1-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1] conf/test_case_checklist: update 32bit unsupported cases 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" *.flags/qinq_packet_filter_VF_queues are unsupported in 32bit OS due to address space limited. Signed-off-by: Haiyang Zhao --- conf/test_case_checklist.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 0434f07..2e0a081 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -1988,6 +1988,40 @@ "Comments": "" } ], + "flags": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "i686-native-linuxapp-gcc", + "i686-native-linuxapp-icc", + "i686-native-linuxapp-clang" + ], + "Bug ID": "", + "Comments": "32 bit address space limited" + } + ], + "qinq_packet_filter_VF_queues": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "i686-native-linuxapp-gcc", + "i686-native-linuxapp-icc", + "i686-native-linuxapp-clang" + ], + "Bug ID": "", + "Comments": "32 bit address space limited" + } + ], "multiprocess": [ { "OS": [ -- 2.18.2