From patchwork Wed Sep 23 05:32:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhang, XiX" X-Patchwork-Id: 78497 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 3CECCA04B1; Wed, 23 Sep 2020 07:30:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E66371D719; Wed, 23 Sep 2020 07:30:58 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 41AC01D51F for ; Wed, 23 Sep 2020 07:30:57 +0200 (CEST) IronPort-SDR: 14orOlgAZl6QcvrqJ8madq+Imty4YiWaQw75wNSx2IwTnhvAvvFqNkZz00COZbPmBG0qN7Rzni Z+a6OgtfKL4g== X-IronPort-AV: E=McAfee;i="6000,8403,9752"; a="158178684" X-IronPort-AV: E=Sophos;i="5.77,293,1596524400"; d="scan'208";a="158178684" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2020 22:30:56 -0700 IronPort-SDR: kB32M9Te1P8IzVqgObj0aE3byNHrnZQd1sRju24HeS+J3CaQ/bxIRigJtzSf2mEbG7Z+1vOcDM rKz4kgBbE1aw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,293,1596524400"; d="scan'208";a="322484695" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.182.150]) by orsmga002.jf.intel.com with ESMTP; 22 Sep 2020 22:30:55 -0700 From: xizhan4x To: dts@dpdk.org Cc: xizhan4x Date: Wed, 23 Sep 2020 13:32:23 +0800 Message-Id: <1600839143-17224-1-git-send-email-xix.zhang@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1] 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_offload check_l4_outher not support i40e&ixgbe&igb Signed-off-by: xizhan4x --- conf/test_case_supportlist.json | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index 7232135..7a16a3d 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -2253,6 +2253,38 @@ "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" + } ] - + }