From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 1E06058CB for ; Sat, 29 Dec 2018 09:42:28 +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 fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Dec 2018 00:42:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,413,1539673200"; d="scan'208";a="133789694" Received: from dts-maintain.sh.intel.com (HELO [10.67.119.110]) ([10.67.119.110]) by fmsmga001.fm.intel.com with ESMTP; 29 Dec 2018 00:42:27 -0800 To: Rami Rosen , dts@dpdk.org References: <1545926193-3581-1-git-send-email-ramirose@gmail.com> From: Lijuan Tu Message-ID: <422b2076-25ce-34b3-0fff-0bbe810fe017@intel.com> Date: Sun, 30 Dec 2018 01:10:10 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <1545926193-3581-1-git-send-email-ramirose@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dts] [PATCH] test_plans: Fix hardware insertion of VLAN tag in VLAN 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: Sat, 29 Dec 2018 08:42:29 -0000 Applied, thanks On 2018年12月27日 23:56, Rami Rosen wrote: > This patch fixes setting of hardware insertion of VLAN in VLAN test plan. > See http://doc.dpdk.org/guides/testpmd_app_ug/testpmd_funcs.html#tx-vlan-set > > Signed-off-by: Rami Rosen > --- > test_plans/vlan_test_plan.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test_plans/vlan_test_plan.rst b/test_plans/vlan_test_plan.rst > index fb4c485..23efa9a 100644 > --- a/test_plans/vlan_test_plan.rst > +++ b/test_plans/vlan_test_plan.rst > @@ -54,7 +54,7 @@ In the same way, the insertion of a VLAN header with the VLAN tag identifier > ``vlan_id`` in packets sent on the port ``port_id`` can be enabled with the > following command of the ``testpmd`` application:: > > - tx_vlan set vlan_id port_id > + tx_vlan set port_id vlan_id > > > The transmission of VLAN packets is done with the ``start tx_first`` command