app/testpmd: rename Tx checksum command
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 13 Feb 2015 09:22:37 +0000 (10:22 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 16 Feb 2015 18:21:17 +0000 (19:21 +0100)
commit117fa9a9f8ec1ab4cda2d13edd8da300d5bd1f4c
tree6ea1653317eb0e524d3ce78dafe07faef532041e
parentc9433176b32a34ee2f44f4edce5236e9f13110a1
app/testpmd: rename Tx checksum command

Replace the "tx_checksum" command by "csum". It has several
advantages:

- it's more coherent with the forward engine name
- it's shorter
- the next commit will introduce a command that is related to
  the csum forward engine, but about rx side.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
app/test-pmd/cmdline.c