From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 1EF902B94 for ; Thu, 25 Oct 2018 07:51:38 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2018 22:51:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,423,1534834800"; d="scan'208";a="102490570" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by orsmga001.jf.intel.com with ESMTP; 24 Oct 2018 22:51:36 -0700 From: yaobing To: dts@dpdk.org Cc: yaobing Date: Thu, 25 Oct 2018 13:54:38 +0800 Message-Id: <1540446878-12493-1-git-send-email-bingx.y.yao@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] tests/vlan_ethertype_config:hardware only supports fortville NIC 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: , X-List-Received-Date: Thu, 25 Oct 2018 05:51:39 -0000 check rst script find that hardware only supports Fortville NIC (4x 10G or 2x10G or 2x40G or 1x10G) Signed-off-by: yaobing --- conf/test_case_supportlist.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index f97b90d..8e76521 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -540,5 +540,21 @@ "Bug ID": "", "Comments": "This case only support i40e driver nic" } + ], + "vlan_qinq_tpid": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support fortville nic(4x 10G or 2x10G or 2x40G or 1x10G)" + } ] } -- 2.17.2