[dpdk-dev] doc/testpmd_app_ug:add a comment for outer-ip option in csum

Message ID 1437120757-11318-1-git-send-email-jijiang.liu@intel.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Jijiang Liu July 17, 2015, 8:12 a.m. UTC
  Add a comment for outer-ip option in csum command.

Set outer-ip option only when the packet is a IPv4 packet. 

Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
  

Comments

Marvin Liu July 20, 2015, 9:07 a.m. UTC | #1
Acked-by: Marvin Liu <yong.liu@intel.com>

> -----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
> 
> Add a comment for outer-ip option in csum command.
> 
> Set outer-ip option only when the packet is a IPv4 packet.
> 
> Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
> ---
>  doc/guides/testpmd_app_ug/testpmd_funcs.rst |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> 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)
> 
>  - ip|udp|tcp|sctp always concern the inner layer.
> 
> -- 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.
> 
> --
> 1.7.7.6
  
Thomas Monjalon July 27, 2015, 9:58 p.m. UTC | #2
> > Add a comment for outer-ip option in csum command.
> > 
> > Set outer-ip option only when the packet is a IPv4 packet.
> > 
> > Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
> Acked-by: Marvin Liu <yong.liu@intel.com>

Applied, thanks
  

Patch

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)
 
 - ip|udp|tcp|sctp always concern the inner layer.
 
-- 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.