From patchwork Fri Jul 24 09:40:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 74742 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E64DDA0518; Fri, 24 Jul 2020 11:41:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DE8B31C027; Fri, 24 Jul 2020 11:41:26 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id DBDC41C010 for ; Fri, 24 Jul 2020 11:41:24 +0200 (CEST) IronPort-SDR: 1EjVXGvKaKd6LFzsCqoasHxZCp8Yt05FktQaJk6LHu8a3TYkXKwGJs9Xfw8j1NYv0ze3irS7fW a7aV3GrXy2eA== X-IronPort-AV: E=McAfee;i="6000,8403,9691"; a="148599417" X-IronPort-AV: E=Sophos;i="5.75,390,1589266800"; d="scan'208";a="148599417" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jul 2020 02:41:24 -0700 IronPort-SDR: KWnIuVKkSp4usmBraFclXqBM8+/t3dpiKhSuYA2SmnufQHOTOqnI2g7BWbyAJfDNveAXCCCLAv 3cdJaUTrCHCQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,390,1589266800"; d="scan'208";a="393266001" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga001.fm.intel.com with ESMTP; 24 Jul 2020 02:41:23 -0700 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Fri, 24 Jul 2020 17:40:18 +0800 Message-Id: <20200724094018.28880-1-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] conf/test_case_checklist:igbvf driver not support interrupt 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" igb driver support interrupt, but igbvf driver not support interrupt. Signed-off-by: Xie wei --- conf/test_case_checklist.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 4dc0a48..68f1591 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2795,6 +2795,36 @@ "Comments": "the nic not support this case" } ], + "nic_interrupt_VF_vfio_pci": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "powerville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "igbvf driver not support interrupt" + } + ], + "nic_interrupt_VM_vfio_pci": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "powerville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "igbvf driver not support interrupt" + } + ], "change_linkspeed": [ { "OS": [