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 42C1CA0524; Mon, 24 Feb 2020 06:14:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E55611BFA5; Mon, 24 Feb 2020 06:14:00 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 3755A1DBF for ; Mon, 24 Feb 2020 06:13:59 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Feb 2020 21:13:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,478,1574150400"; d="scan'208";a="270741040" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 23 Feb 2020 21:13:56 -0800 From: Xie Wei To: dts@dpdk.org Cc: Xie Wei Date: Mon, 24 Feb 2020 13:19:25 +0800 Message-Id: <1582521565-153044-1-git-send-email-weix.xie@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/test_case_checklist:only support i40e 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" Signed-off-by: Xie Wei --- conf/test_case_checklist.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index b7251a8..c12e3e3 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2641,5 +2641,40 @@ "Bug ID": "", "Comments": "the nic not support this case" } + ], + "nic_multi_queues_interrupt_VF_vfio_pci": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "sagepond", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ], + "nic_multi_queues_interrupt_VM_vfio_pci": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "sagepond", + "sageville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } ] + } -- 2.17.2