From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9D398568F for ; Fri, 6 Mar 2015 09:25:47 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 06 Mar 2015 00:25:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,351,1422950400"; d="scan'208";a="536965549" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by orsmga003.jf.intel.com with ESMTP; 06 Mar 2015 00:25:32 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 6 Mar 2015 16:25:44 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.192]) by shsmsx102.ccr.corp.intel.com ([169.254.2.62]) with mapi id 14.03.0195.001; Fri, 6 Mar 2015 16:25:44 +0800 From: "Qiu, Michael" To: "Ouyang, Changchun" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 2/2] doc: Update for new HW vlan command Thread-Index: AQHQV+UO52k0wVrHKk6lLHhdoIbiFQ== Date: Fri, 6 Mar 2015 08:25:43 +0000 Message-ID: <533710CFB86FA344BFBF2D6802E60286CEF90C@SHSMSX101.ccr.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> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] 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: Fri, 06 Mar 2015 08:25:48 -0000 On 3/6/2015 4:10 PM, Ouyang Changchun wrote:=0A= > Update the testpmd doc as there are new HW VLAN commands/options.=0A= >=0A= > Signed-off-by: Changchun Ouyang =0A= > ---=0A= =0A= Acked-by: Michael Qiu =0A= =0A= > doc/guides/testpmd_app_ug/run_app.rst | 12 +++++++++++=0A= > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 33 +++++++++++++++++++++++= ++++++=0A= > 2 files changed, 45 insertions(+)=0A= >=0A= > diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_a= pp_ug/run_app.rst=0A= > index 67f62d2..3898e67 100644=0A= > --- a/doc/guides/testpmd_app_ug/run_app.rst=0A= > +++ b/doc/guides/testpmd_app_ug/run_app.rst=0A= > @@ -262,6 +262,18 @@ They must be separated from the EAL options, shown i= n the previous section, with=0A= > =0A= > Disable hardware VLAN.=0A= > =0A= > +* --disable-hw-vlan-filter=0A= > +=0A= > + Disable hardware VLAN filter.=0A= > +=0A= > +* --disable-hw-vlan-strip=0A= > +=0A= > + Disable hardware VLAN strip.=0A= > +=0A= > +* --disable-hw-vlan-extend=0A= > +=0A= > + Disable hardware VLAN extend.=0A= > +=0A= > * --enable-drop-en=0A= > =0A= > Enable per-queue packet drop for packets with no descriptors.=0A= > diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/tes= tpmd_app_ug/testpmd_funcs.rst=0A= > index 218835a..b644626 100644=0A= > --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst=0A= > +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst=0A= > @@ -896,6 +896,39 @@ Hardware VLAN is on by default.=0A= > =0A= > The off option is equivalent to the --disable-hw-vlan command-line optio= n.=0A= > =0A= > +port config - VLAN filter=0A= > +~~~~~~~~~~~~~~~~~~~~~~~~~=0A= > +=0A= > +Set hardware VLAN filter on or off for all ports:=0A= > +=0A= > +port config all hw-vlan-filter (on|off)=0A= > +=0A= > +Hardware VLAN filter is on by default.=0A= > +=0A= > +The off option is equivalent to the --disable-hw-vlan-filter command-lin= e option.=0A= > +=0A= > +port config - VLAN strip=0A= > +~~~~~~~~~~~~~~~~~~~~~~~~=0A= > +=0A= > +Set hardware VLAN strip on or off for all ports:=0A= > +=0A= > +port config all hw-vlan-strip (on|off)=0A= > +=0A= > +Hardware VLAN strip is on by default.=0A= > +=0A= > +The off option is equivalent to the --disable-hw-vlan-strip command-line= option.=0A= > +=0A= > +port config - VLAN extend=0A= > +~~~~~~~~~~~~~~~~~~~~~~~~~=0A= > +=0A= > +Set hardware VLAN extend on or off for all ports:=0A= > +=0A= > +port config all hw-vlan-extend (on|off)=0A= > +=0A= > +Hardware VLAN extend is off by default.=0A= > +=0A= > +The off option is equivalent to the --disable-hw-vlan-extend command-lin= e option.=0A= > +=0A= > port config - Drop Packets=0A= > ~~~~~~~~~~~~~~~~~~~~~~~~~~=0A= > =0A= =0A=