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 5988EA00C5; Thu, 7 May 2020 03:54:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 37C421DA80; Thu, 7 May 2020 03:54:48 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 0C03A1DA5B for ; Thu, 7 May 2020 03:54:46 +0200 (CEST) IronPort-SDR: 3WX/DuUSIVv7a1ls0ywnAuylZCQpcNNm/NqS/Fo5w+w2/E3Yh0O1lJbnfaNAFJRYxPaz/0ViTD S3krZ5lj6wQQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 May 2020 18:54:46 -0700 IronPort-SDR: i/yN0YI6TKdh8QJOSB0littX/zNtW6gjKPPJn16nfWfp/y9HlMVDdYyZxRLpMFwabAYu1InU8L gG1XVm5H6IWg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,361,1583222400"; d="scan'208";a="295548852" Received: from unknown (HELO localhost.localdomain) ([10.240.183.87]) by fmsmga002.fm.intel.com with ESMTP; 06 May 2020 18:54:44 -0700 From: Mei Jianwei To: dts@dpdk.org Cc: Mei Jianwei Date: Fri, 8 May 2020 12:59:30 +0800 Message-Id: <20200508045930.25041-1-jianweix.mei@intel.com> X-Mailer: git-send-email 2.18.2 Subject: [dts] [PATCH V2] conf/test_case_checklist: add 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" add cases in checklist which are not supported by NICs. Signed-off-by: Mei Jianwei --- conf/test_case_checklist.json | 104 +++++++++++++++++++++++++++++++--- 1 file changed, 96 insertions(+), 8 deletions(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index d4f576a..3258e46 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -366,6 +366,7 @@ "powerville", "kawela_4", "springville", + "sageville", "ironpond", "cavium_a034", "cavium_0011", @@ -2945,7 +2946,9 @@ ], "NIC": [ "sagepond", - "niantic" + "niantic", + "springville", + "sageville" ], "Target": [ "ALL" @@ -2961,7 +2964,9 @@ ], "NIC": [ "sagepond", - "niantic" + "niantic", + "springville", + "sageville" ], "Target": [ "ALL" @@ -2977,7 +2982,9 @@ ], "NIC": [ "sagepond", - "niantic" + "niantic", + "springville", + "sageville" ], "Target": [ "ALL" @@ -2986,14 +2993,16 @@ "Comments": "only support by i40e" } ], - "fdir_L2_mac_filter_complex": [ + "fdir_L2_mac_filter_complex": [ { "OS": [ "ALL" ], "NIC": [ "sagepond", - "niantic" + "niantic", + "springville", + "sageville" ], "Target": [ "ALL" @@ -3002,14 +3011,16 @@ "Comments": "only support by i40e" } ], - "fdir_L2_mac_filter_basic_for_ipv4_udp": [ + "fdir_L2_mac_filter_basic_for_ipv4_udp": [ { "OS": [ "ALL" ], "NIC": [ "sagepond", - "niantic" + "niantic", + "springville", + "sageville" ], "Target": [ "ALL" @@ -3297,7 +3308,8 @@ "ALL" ], "NIC": [ - "powerville" + "powerville", + "springville" ], "Target": [ "ALL" @@ -3321,5 +3333,81 @@ "Bug ID": "DPDK-18754", "Comments": "CVL NIC doesn't support the VLAN in pkg ptype" } + ], + "txoffload_port_all": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "springville", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "Nic not support this case" + } + ], + "rxoffload_port": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "springville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "springville not support this case" + } + ], + "txoffload_port_cmdline": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "springville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "springville not support this case" + } + ], + "rxoffload_port_all": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "NIC not support this case" + } + ], + "rxoffload_port_cmdline": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "NIC not support this case" + } ] } -- 2.18.2