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 AC42CA0487 for ; Tue, 2 Jul 2019 10:54:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3AFDA5689; Tue, 2 Jul 2019 10:54:37 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id CE9114C8F for ; Tue, 2 Jul 2019 10:54:34 +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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2019 01:54:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,442,1557212400"; d="scan'208";a="247196944" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by orsmga001.jf.intel.com with ESMTP; 02 Jul 2019 01:54:32 -0700 From: Peng Yuan To: dts@dpdk.org Cc: Peng Yuan Date: Tue, 2 Jul 2019 16:59:14 +0800 Message-Id: <1562057954-126910-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH]test_plans: add some explanation 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" Add some explanation to dual_vlan_test_plan.rst Signed-off-by: Peng Yuan diff --git a/test_plans/dual_vlan_test_plan.rst b/test_plans/dual_vlan_test_plan.rst index e00d7b3..9955ef5 100644 --- a/test_plans/dual_vlan_test_plan.rst +++ b/test_plans/dual_vlan_test_plan.rst @@ -36,14 +36,14 @@ Dual VLAN Offload Tests The support of Dual VLAN offload features by Poll Mode Drivers consists in: -- Dynamically enable/disable inner VLAN filtering on an interface on 82576/82599, +- Dynamically enable/disable inner VLAN filtering on an interface on x7xx series, 82576/82599, - Dynamically enable/disable extended VLAN mode on 82576/82599, - Dynamically configure outer VLAN TPID value, i.e. S-TPID value, on 82576/82599. Prerequisites ============= -In this feature, Only 82576 and 82599 are supported. +In this feature, x7xx series, 82576 and 82599 are supported. If using vfio the kernel must be >= 3.6+ and VT-d must be enabled in bios.When using vfio, use the following commands to load the vfio driver and bind it -- 2.14.3