From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1009D27D for ; Wed, 27 Feb 2019 05:37:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2019 20:37:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,417,1544515200"; d="scan'208";a="141953203" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by orsmga001.jf.intel.com with ESMTP; 26 Feb 2019 20:37:21 -0800 From: "zhu,shuai" To: dts@dpdk.org Cc: "zhu,shuai" Date: Wed, 27 Feb 2019 12:41:14 +0800 Message-Id: <1551242474-52967-1-git-send-email-shuaix.zhu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/supportlist:Update the NICs supported by the 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: , X-List-Received-Date: Wed, 27 Feb 2019 04:37:24 -0000 The following case will skip: tunnel_filter_vxlan, 2_tuple_filter, fdir_for_nvgre, fdir_for_mac_vlan, n_tuple_filter, fdir_for_ipv4, fdir_for_L2_payload, fdir_for_ipv6, fdir_for_vxlan, fdir_for_vlan, ethertype_filter, flexbytes_filter, L2_tunnel_filter, fdir_for_flexbytes, tunnel_filter_nvgre Signed-off-by: zhu,shuai --- conf/test_case_supportlist.json | 281 ++++++++++++++++++++++++++++++++ 1 file changed, 281 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index e4f08d1..ed15932 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -672,5 +672,286 @@ "Bug ID": "", "Comments": "This case only support on FVL" } + ], + "tunnel_filter_vxlan": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } + ], + "2_tuple_filter": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "bartonhills", + "powerville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on bartonhills and powerville" + } + ], + "fdir_for_nvgre": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "twinville", + "sagepond", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on twinville, sagepond and sageville" + } + ], + "fdir_for_mac_vlan": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "twinville", + "sagepond", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on twinville,sagepond and sageville" + } + ], + "n_tuple_filter": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "kawela_4", + "kawela", + "twinville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on twinville,niantic,kawela_4 and kawela" + } + ], + "fdir_for_ipv4": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "twinville", + "sagepond", + "sageville", + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on niantic,twinville,sagepond,sageville and FVL" + } + ], + "fdir_for_L2_payload": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } + ], + "fdir_for_ipv6": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "twinville", + "sagepond", + "sageville", + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on niantic,twinville,sagepond,sageville and FVL" + } + ], + "fdir_for_vxlan": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "twinville", + "sagepond", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on twinville,sagepond and sageville" + } + ], + "fdir_for_vlan": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } + ], + "ethertype_filter": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "kawela_4", + "kawela", + "bartonhills", + "twinville", + "sagepond", + "sageville", + "powerville", + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on niantic,kawela_4,kawela,bartonhills,twinville,sagepond,sageville,powerville and FVL" + } + ], + "flexbytes_filter": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "bartonhills", + "powerville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on bartonhills and powerville" + } + ], + "L2_tunnel_filter": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "sagepond", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on sagepond and sageville" + } + ], + "fdir_for_flexbytes": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "twinville", + "sagepond", + "sageville", + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on niantic,twinville,sagepond,sageville and FVL" + } + ], + "tunnel_filter_nvgre": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } ] } -- 2.17.2