app/testpmd: rename vxlan in outer-ip in csum commands
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 13 Feb 2015 09:22:40 +0000 (10:22 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 16 Feb 2015 18:21:18 +0000 (19:21 +0100)
commit3994a3e8bbcea320af1499936e56b4b9c3ae3050
tree14932e88d97c819cde8b6159de3f0168d34fbde4
parent64fc36064dc339b4299c44174176711cab0fc6bc
app/testpmd: rename vxlan in outer-ip in csum commands

The tx_checksum command concerns outer IP checksum, not VxLAN checksum.
Actually there is no checkum in VxLAN header, there is one checksum in
outer IP header, and one checksum in outer UDP header. This option only
controls the outer IP checksum.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Jijiang Liu <jijiang.liu@intel.com>
app/test-pmd/cmdline.c
app/test-pmd/csumonly.c
app/test-pmd/testpmd.h