From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 018F22934 for ; Fri, 18 Mar 2016 08:24:00 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 18 Mar 2016 00:23:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,353,1455004800"; d="scan'208";a="766623997" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by orsmga003.jf.intel.com with ESMTP; 18 Mar 2016 00:23:58 -0700 From: "xu,huilong" To: dts@dpdk.org Cc: "xu,huilong" Date: Fri, 18 Mar 2016 15:19:37 +0800 Message-Id: <1458285577-93421-2-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1458285577-93421-1-git-send-email-huilongx.xu@intel.com> References: <1458285577-93421-1-git-send-email-huilongx.xu@intel.com> Subject: [dts] [dts 2/2][PATCH V2] update dual vlan tpid test plan 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: Fri, 18 Mar 2016 07:24:01 -0000 Signed-off-by: xu,huilong --- test_plans/dual_vlan_test_plan.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_plans/dual_vlan_test_plan.rst b/test_plans/dual_vlan_test_plan.rst index fa434cc..dd4e2cc 100644 --- a/test_plans/dual_vlan_test_plan.rst +++ b/test_plans/dual_vlan_test_plan.rst @@ -289,8 +289,8 @@ Check whether the mode is setted successfully:: qinq(extend) on Set Tag Protocol ID ``0x1234`` on port ``0``:: - - testpmd> vlan set tpid 0x1234 0 +nic only support inner model, except fortville:: + testpmd> vlan set inner tpid 0x1234 0 Enable vlan packet filtering and strip on port ``0`` :: @@ -304,7 +304,7 @@ received on port ``B``. Set Tag Protocol ID ``0x8100`` on port ``0``:: - testpmd> vlan set tpid 0x8100 0 + testpmd> vlan set inner tpid 0x8100 0 Configure the traffic generator to send VLAN packet whose outer vlan tag is ``0x1``, inter vlan tag is ``0x2`` and outer Tag Protocol ID is ``0x8100`` and send 1 packet -- 1.9.3