From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 1E22AA045E for ; Fri, 31 May 2019 07:13:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 161832C60; Fri, 31 May 2019 07:13:38 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 11EC82AB for ; Fri, 31 May 2019 07:13:35 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 May 2019 22:13:35 -0700 X-ExtLoop1: 1 Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by orsmga001.jf.intel.com with ESMTP; 30 May 2019 22:13:34 -0700 From: "zhu,shuai" To: dts@dpdk.org Cc: "zhu,shuai" Date: Fri, 31 May 2019 13:17:55 +0800 Message-Id: <1559279875-121200-1-git-send-email-shuaix.zhu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/checklist:add not support nic on this 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" These NICs will skip the following case: tso_tunneling Signed-off-by: zhu,shuai --- conf/test_case_checklist.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 7034ca3..424eb68 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2216,5 +2216,25 @@ "Bug ID": "", "Comments": "the nic not support this case" } + ], + "tso_tunneling": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic" + "powerville", + "twinpond", + "twinville", + "sagepond", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } ] } -- 2.17.2