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 7EFA3568A for ; Mon, 20 Jul 2015 11:07:47 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 20 Jul 2015 02:07:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,507,1432623600"; d="scan'208";a="767544709" Received: from pgsmsx105.gar.corp.intel.com ([10.221.44.96]) by orsmga002.jf.intel.com with ESMTP; 20 Jul 2015 02:07:44 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by PGSMSX105.gar.corp.intel.com (10.221.44.96) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 20 Jul 2015 17:07:38 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.46]) by shsmsx102.ccr.corp.intel.com ([169.254.2.165]) with mapi id 14.03.0224.002; Mon, 20 Jul 2015 17:07:36 +0800 From: "Liu, Yong" To: "Liu, Jijiang" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc/testpmd_app_ug:add a comment for outer-ip option in csum Thread-Index: AQHQwGhiS/G/PYBzfEeBCxv2nhe8e53kFd9A Date: Mon, 20 Jul 2015 09:07:36 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E65528@SHSMSX103.ccr.corp.intel.com> References: <1437120757-11318-1-git-send-email-jijiang.liu@intel.com> In-Reply-To: <1437120757-11318-1-git-send-email-jijiang.liu@intel.com> Accept-Language: zh-CN, 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] doc/testpmd_app_ug:add a comment for outer-ip option in csum 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: Mon, 20 Jul 2015 09:07:48 -0000 Acked-by: Marvin Liu > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jijiang Liu > Sent: Friday, July 17, 2015 4:13 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc/testpmd_app_ug:add a comment for outer-ip > option in csum >=20 > Add a comment for outer-ip option in csum command. >=20 > Set outer-ip option only when the packet is a IPv4 packet. >=20 > Signed-off-by: Jijiang Liu > --- > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >=20 > diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > index 4652962..c8baa76 100644 > --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > @@ -541,7 +541,7 @@ csum set (ip|udp|tcp|sctp|outer-ip) (hw|sw) (port_id) >=20 > - ip|udp|tcp|sctp always concern the inner layer. >=20 > -- outer-ip concerns the outer IP layer in case the packet is recognized > +- outer-ip concerns the outer IP layer(only for IPv4) in case the packet > is recognized > as a tunnel packet by the forward engine (vxlan, gre and ipip are > supported). See "csum parse-tunnel" command. >=20 > -- > 1.7.7.6