From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 2F6729A97 for ; Sun, 8 Mar 2015 18:52:42 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 08 Mar 2015 10:49:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,363,1422950400"; d="scan'208";a="688809023" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga002.fm.intel.com with ESMTP; 08 Mar 2015 10:52:40 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.103]) by IRSMSX104.ger.corp.intel.com ([169.254.5.145]) with mapi id 14.03.0195.001; Sun, 8 Mar 2015 17:52:39 +0000 From: "Butler, Siobhan A" To: "Ouyang, Changchun" , "dev@dpdk.org" Thread-Topic: [PATCH v3 2/2] doc: Update for new HW vlan command Thread-Index: AQHQV+T+KwobRhLSmEKSkRtR6CPUmJ0S4XAg Date: Sun, 8 Mar 2015 17:52:38 +0000 Message-ID: <0C5AFCA4B3408848ADF2A3073F7D8CC86D525066@IRSMSX109.ger.corp.intel.com> References: <1425628813-1546-1-git-send-email-changchun.ouyang@intel.com> <1425629406-1838-1-git-send-email-changchun.ouyang@intel.com> <1425629406-1838-3-git-send-email-changchun.ouyang@intel.com> In-Reply-To: <1425629406-1838-3-git-send-email-changchun.ouyang@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 2/2] doc: Update for new HW vlan command X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2015 17:52:42 -0000 > -----Original Message----- > From: Ouyang, Changchun > Sent: Friday, March 6, 2015 8:10 AM > To: dev@dpdk.org > Cc: Butler, Siobhan A; De Lara Guarch, Pablo; Cao, Waterman; Ouyang, > Changchun > Subject: [PATCH v3 2/2] doc: Update for new HW vlan command >=20 > Update the testpmd doc as there are new HW VLAN commands/options. >=20 > Signed-off-by: Changchun Ouyang > --- > doc/guides/testpmd_app_ug/run_app.rst | 12 +++++++++++ > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 33 > +++++++++++++++++++++++++++++ > 2 files changed, 45 insertions(+) >=20 > diff --git a/doc/guides/testpmd_app_ug/run_app.rst > b/doc/guides/testpmd_app_ug/run_app.rst > index 67f62d2..3898e67 100644 > --- a/doc/guides/testpmd_app_ug/run_app.rst > +++ b/doc/guides/testpmd_app_ug/run_app.rst > @@ -262,6 +262,18 @@ They must be separated from the EAL options, > shown in the previous section, with >=20 > Disable hardware VLAN. >=20 > +* --disable-hw-vlan-filter > + > + Disable hardware VLAN filter. > + > +* --disable-hw-vlan-strip > + > + Disable hardware VLAN strip. > + > +* --disable-hw-vlan-extend > + > + Disable hardware VLAN extend. > + > * --enable-drop-en >=20 > Enable per-queue packet drop for packets with no descriptors. > diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > index 218835a..b644626 100644 > --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > @@ -896,6 +896,39 @@ Hardware VLAN is on by default. >=20 > The off option is equivalent to the --disable-hw-vlan command-line optio= n. >=20 > +port config - VLAN filter > +~~~~~~~~~~~~~~~~~~~~~~~~~ > + > +Set hardware VLAN filter on or off for all ports: > + > +port config all hw-vlan-filter (on|off) > + > +Hardware VLAN filter is on by default. > + > +The off option is equivalent to the --disable-hw-vlan-filter command-lin= e > option. > + > +port config - VLAN strip > +~~~~~~~~~~~~~~~~~~~~~~~~ > + > +Set hardware VLAN strip on or off for all ports: > + > +port config all hw-vlan-strip (on|off) > + > +Hardware VLAN strip is on by default. > + > +The off option is equivalent to the --disable-hw-vlan-strip command-line > option. > + > +port config - VLAN extend > +~~~~~~~~~~~~~~~~~~~~~~~~~ > + > +Set hardware VLAN extend on or off for all ports: > + > +port config all hw-vlan-extend (on|off) > + > +Hardware VLAN extend is off by default. > + > +The off option is equivalent to the --disable-hw-vlan-extend command-lin= e > option. > + > port config - Drop Packets > ~~~~~~~~~~~~~~~~~~~~~~~~~~ >=20 > -- > 1.8.4.2 Acked-by Siobhan Butler