app/testpmd: move checksum config display in a function
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 13 Feb 2015 09:22:38 +0000 (10:22 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 16 Feb 2015 18:21:17 +0000 (19:21 +0100)
commit75032511f30c2f19dd2123dc06c00e5caf548934
treee883b6f441cb984eae001dece3b3ce92b8317121
parent117fa9a9f8ec1ab4cda2d13edd8da300d5bd1f4c
app/testpmd: move checksum config display in a function

No functional changes in this commit, we just move the code
that displays the csum forward engine configuration in a
function.

This makes the next commit easier to read as it will also
use this function.

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