Tested-by: Xu, Hailin Regards, Xu, Hailin -----Original Message----- From: Xu, HailinX Sent: Saturday, May 9, 2020 3:35 PM To: dts@dpdk.org Cc: Xu, HailinX Subject: [dts][PATCH v1] conf/test_case_checklist:add 32bit checklist. 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