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 486F0A046B; Sat, 9 May 2020 09:42:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0BC3E1D8F0; Sat, 9 May 2020 09:42:37 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id D30601D724 for ; Sat, 9 May 2020 09:42:34 +0200 (CEST) IronPort-SDR: 5uVgGQcPuPypVD+5/J1ZN+TVRS0mMiQ3UP2UA4S902kfLVRVzPDGTZNTzUKTZ3Fh6ScdgOX4Za QOu8eZGMYJaA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2020 00:42:33 -0700 IronPort-SDR: GKXmhS91qOOTmSOV4XhHqEU0AvbynDNq9JorADDLoipXOE1wCfvQd2cru9PcgS8sJwHCzNJvw1 vROq7V8NhfKQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,370,1583222400"; d="scan'208";a="340031113" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by orsmga001.jf.intel.com with ESMTP; 09 May 2020 00:42:32 -0700 From: "Xu,hailin" To: dts@dpdk.org Cc: "xu,hailin" Date: Sat, 9 May 2020 15:34:33 +0800 Message-Id: <1589009673-202370-1-git-send-email-hailinx.xu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH v1] conf/test_case_checklist:add 32bit checklist. 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: "xu,hailin" 32bit not support this cases. Signed-off-by: xu,hailin --- conf/test_case_checklist.json | 112 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index d4f576a..7b7c3c1 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3321,5 +3321,117 @@ "Bug ID": "DPDK-18754", "Comments": "CVL NIC doesn't support the VLAN in pkg ptype" } + ], + "ipv4_acl_hash_jump": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "i686-native-linuxapp-gcc", + "i686-native-linuxapp-icc" + ], + "Bug ID": "", + "Comments": "32bit os not support this case" + } + ], + "ipv4_hash_acl_jump": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "i686-native-linuxapp-gcc", + "i686-native-linuxapp-icc" + ], + "Bug ID": "", + "Comments": "32bit os not support this case" + } + ], + "ipv4_hash_jump": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "i686-native-linuxapp-gcc", + "i686-native-linuxapp-icc" + ], + "Bug ID": "", + "Comments": "32bit os not support this case" + } + ], + "ipv6_addr_hash_table": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "i686-native-linuxapp-gcc", + "i686-native-linuxapp-icc" + ], + "Bug ID": "", + "Comments": "32bit os not support this case" + } + ], + "ipv4_5tuple_hash_table": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "i686-native-linuxapp-gcc", + "i686-native-linuxapp-icc" + ], + "Bug ID": "", + "Comments": "32bit os not support this case" + } + ], + "ipv4_addr_hash_table": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "i686-native-linuxapp-gcc", + "i686-native-linuxapp-icc" + ], + "Bug ID": "", + "Comments": "32bit os not support this case" + } + ], + "ipv4_hash_rss_action": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "i686-native-linuxapp-gcc", + "i686-native-linuxapp-icc" + ], + "Bug ID": "", + "Comments": "32bit os not support this case" + } ] } -- 1.8.3.1