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 A7967A0556; Thu, 20 Feb 2020 11:51:33 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5F6191BFF6; Thu, 20 Feb 2020 11:51:33 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 145391BFA9 for ; Thu, 20 Feb 2020 11:51:31 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2020 02:51:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,464,1574150400"; d="scan'208";a="349149068" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 20 Feb 2020 02:51:30 -0800 From: "Chen,Bo" To: dts@dpdk.org Cc: "Chen,Bo" Date: Thu, 20 Feb 2020 18:54:58 +0800 Message-Id: <1582196098-81766-1-git-send-email-box.c.chen@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] test/vf_vlan:igb vf not support 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" According to DPDK-17341, the NIC does not support this feature. Signed-off-by: Chen,Bo --- conf/test_case_checklist.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index bea5f4a..11d778d 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2609,5 +2609,20 @@ "Bug ID": "", "Comments": "the nic not support this case" } + ], + "vf_vlan_rx": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "powerville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } ] } -- 2.17.2