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 13C4DA058B; Wed, 25 Mar 2020 11:19:19 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E791C374C; Wed, 25 Mar 2020 11:19:18 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 28A34F3E for ; Wed, 25 Mar 2020 11:19:17 +0100 (CET) IronPort-SDR: EIP0UqJMe3eFed5a8aJ4dynH/6JpGz8LNQGyn4w9qodZEnPSNtwtqxvvRXJvrPBMLSKNnJr77+ Vc0dbIiIBUzw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2020 03:19:16 -0700 IronPort-SDR: TQjc7nfCEzhlI4XI7Wj6IjtYHflJNcIXqmOrAjYxz0UIfUqGoQM/PCoN2kJyWYZYBp5FGUrVV7 6XgKzz+KDnrw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,304,1580803200"; d="scan'208";a="265473068" Received: from unknown (HELO dpdk-xiaoqimai-dut.sh.intel.com) ([10.240.183.52]) by orsmga002.jf.intel.com with ESMTP; 25 Mar 2020 03:19:14 -0700 From: Xiao Qimai To: dts@dpdk.org Cc: Xiao Qimai Date: Wed, 25 Mar 2020 18:14:11 +0800 Message-Id: <1585131251-73941-1-git-send-email-qimaix.xiao@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1]conf/test_case_checklist: niantic not support those two cases 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" *. perf_pvp_split_ring_dequeue_zero_copy and perf_pvp_packed_ring_dequeue_zero_copy are not supported on niantic Signed-off-by: Xiao Qimai --- conf/test_case_checklist.json | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 7679049..1a2d93c 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2699,6 +2699,35 @@ "Bug ID": "", "Comments": "only i40e and ixgbe driver support this case" } + ], + "perf_pvp_split_ring_dequeue_zero_copy": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "niantic not support this case" + } + ], + "perf_pvp_packed_ring_dequeue_zero_copy": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "niantic not support this case" + } ] - } -- 1.8.3.1