app/testpmd: print Rx/Tx offload values on start
authorFerruh Yigit <ferruh.yigit@intel.com>
Mon, 12 Mar 2018 17:53:08 +0000 (17:53 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 22 Apr 2018 23:10:58 +0000 (01:10 +0200)
commit7687735442922e937fc8871825be696d3021746b
tree924025e7c941f9cbb2dbe207198c2a8f52f38a52
parent08efcf533f6a1dc5b12bcf1d5ded83743b8d5cc4
app/testpmd: print Rx/Tx offload values on start

Which per port offloads are enabled is not clear. Printing offloads
values at forwarding start.

CRC strip offload value was printed in more verbose manner, it is
removed since Rx/Tx offload values covers it and printing only CRC one
can cause confusion.

Hexadecimal offloads values are not very user friendly but preferred to
not create to much noise during forwarding start.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Yongseok Koh <yskoh@mellanox.com>
app/test-pmd/config.c