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 40A46A00BE; Mon, 27 Apr 2020 10:02:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 34AF71C1E3; Mon, 27 Apr 2020 10:02:29 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id EF4A51C1DB for ; Mon, 27 Apr 2020 10:02:27 +0200 (CEST) IronPort-SDR: ZTluwVyJmFTypF3+Dm/MLT7C+Wt6dm8LXOQsyf9plORojDj4EdJNg/MBI4w/nEJ+WSxagI2HBZ YbbCfzLy6BCA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2020 01:02:27 -0700 IronPort-SDR: PKGT2hmoic74PJfH0KyQ64rMpvQhnHegX/YdHz3UMfYixUdGdbYSMQI7mqvlmza/0x00HgKazl jIMQFKVkdrcg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,323,1583222400"; d="scan'208";a="336189398" Received: from unknown (HELO dpdk-zhushuai-tetser.icx.intel.com) ([10.240.183.103]) by orsmga001.jf.intel.com with ESMTP; 27 Apr 2020 01:02:25 -0700 From: Zeng Xiaoxiao To: dts@dpdk.org Cc: Zeng Xiaoxiao Date: Mon, 27 Apr 2020 16:47:17 +0000 Message-Id: <20200427164717.1464-1-xiaoxiaox.zeng@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1]ipgre/GRE_ipv6_packet_detect:add checklist 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" *.CVL NIC doesn't support the VLAN in pkg ptype. Signed-off-by: Zeng Xiaoxiao --- conf/test_case_checklist.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 0434f07..cab067b 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3255,5 +3255,21 @@ "Bug ID": "DPDK-14025", "Comments": "NIC not support this case" } + ], + "GRE_ipv6_packet_detect": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_100g", + "columbiaville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "DPDK-18754", + "Comments": "CVL NIC doesn't support the VLAN in pkg ptype" + } ] } -- 2.17.1