From patchwork Tue Feb 9 06:35:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 87826 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 35AF4A0547; Tue, 9 Feb 2021 07:31:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 165804014E; Tue, 9 Feb 2021 07:31:29 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 4297440147 for ; Tue, 9 Feb 2021 07:31:26 +0100 (CET) IronPort-SDR: QmE8x1/eeAWZUFuC9D2P38FKk0/ydthIyedack3sKf5WQB9gmDoydPT0fnR3DByPpU0WjorsG6 ypTLj/Qh8nUw== X-IronPort-AV: E=McAfee;i="6000,8403,9889"; a="243331942" X-IronPort-AV: E=Sophos;i="5.81,164,1610438400"; d="scan'208";a="243331942" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2021 22:31:25 -0800 IronPort-SDR: TecOXH/96qiUNzWWL3xNUx/rfBj8j5Pu43nXdnJgxoE52r9qN18+fjTytqKf4QJ4FTtsOpHOcU /qQwysYHcAgw== X-IronPort-AV: E=Sophos;i="5.81,164,1610438400"; d="scan'208";a="586299378" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2021 22:31:22 -0800 From: Xia Yan To: dts@dpdk.org Cc: Xia Yan Date: Tue, 9 Feb 2021 14:35:10 +0800 Message-Id: <20210209063510.12419-1-yanx.xia@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V2 2/2] conf/test_case_checklist: NIC not support case X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" kernel driver ixgbe is not support the case Signed-off-by: Xia Yan --- conf/test_case_checklist.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 458c7277..133700fc 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3569,5 +3569,23 @@ "Bug ID": "DPDK-24129", "Comments": "CVL and FVL not support this case" } + ], + "mtu_checks_100": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "twinpond", + "sageville", + "sagepond" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "NIC not support this case" + } ] }