app/testpmd: remove duplicated offload display
authorFerruh Yigit <ferruh.yigit@intel.com>
Fri, 5 Feb 2021 14:26:50 +0000 (14:26 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 24 Feb 2021 12:28:30 +0000 (13:28 +0100)
commitecf86ccb4b13dea737eeb81ac54a7cbcccfd263d
treecb90bb4320a160d3d01cbc4f41539422f69ac2f4
parentd139cf231ba3eb740929a7c7a9118dfb627434a5
app/testpmd: remove duplicated offload display

"show port cap all|<port_id>" was to display offload configuration of
port(s).

But later two other commands added to show same information in more
accurate way:
 show port (port_id) rx_offload configuration
 show port (port_id) tx_offload configuration

These new commands can both show port and queue level configuration,
also with their capabilities counterparts easier to see offload
capability and configuration of the port in similar syntax.

So the functionality is duplicated and removing this version, to favor
the new commands.

Another problem with this command is it requires each new offload to be
added into the function to display them, and there were missing offloads
that are not displayed, this requirement for sure will create gaps by
time as new offloads added.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Lance Richardson <lance.richardson@broadcom.com>
Acked-by: Xiaoyun Li <xiaoyun.li@intel.com>
app/test-pmd/cmdline.c
app/test-pmd/config.c
app/test-pmd/testpmd.h
doc/guides/testpmd_app_ug/testpmd_funcs.rst