From patchwork Wed Sep 23 06:51:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhang, XiX" X-Patchwork-Id: 78499 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D7AD9A04B1; Wed, 23 Sep 2020 08:50:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6FF951D8DE; Wed, 23 Sep 2020 08:50:18 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 679C51D650 for ; Wed, 23 Sep 2020 08:50:16 +0200 (CEST) IronPort-SDR: J1EhsjVdaLT4Zeik/PUBdFvzDQaiW3P8oRnOmzzTzusXPP9sZahkokjZzdK1N/Qe0Q8tWAm9o0 ePFEWcc0XWSg== X-IronPort-AV: E=McAfee;i="6000,8403,9752"; a="148548853" X-IronPort-AV: E=Sophos;i="5.77,293,1596524400"; d="scan'208";a="148548853" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2020 23:50:15 -0700 IronPort-SDR: jvQeXZ7CPwL/Xnl1lVgQ2PIHugOYXTruqtGslHXotjhu99DjKs9idasliMcbRXWl/ZclsVBH2H +rERftAuhQEg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,293,1596524400"; d="scan'208";a="322499967" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.182.150]) by orsmga002.jf.intel.com with ESMTP; 22 Sep 2020 23:50:13 -0700 From: xizhan4x To: dts@dpdk.org Cc: xizhan4x Date: Wed, 23 Sep 2020 14:51:42 +0800 Message-Id: <1600843902-18904-1-git-send-email-xix.zhang@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V2] conf/test_case_supportlist:chksum check_l4_outher not support i40e, ixgbe, igb 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" chksum check_l4_outher not support i40e,ixgbe,igb Signed-off-by: xizhan4x Tested-by: Zhang, XiX Signed-off-by: xizhan4x --- conf/test_case_supportlist.json | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index 7232135..34f2303 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -2253,6 +2253,37 @@ "Bug ID": "", "Comments": "This case only support ixgbe and igb nic,The feature corresponding task ticket is DPDK-7884." } - ] - + ], + "hardware_checksum_check_l4_rx": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_100g", + "columbiaville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support ice" + } + ], + "hardware_checksum_check_l4_tx": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_100g", + "columbiaville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support ice" + } + ] }