app/testpmd: remove most uses of internal ethdev array
authorPaulis Gributs <paulis.gributs@intel.com>
Thu, 15 Jul 2021 13:20:15 +0000 (13:20 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 24 Jul 2021 12:41:45 +0000 (14:41 +0200)
commit0a0821bcf312175ae793cfac8c52b7f7f6159632
treeaa47c1df05b4557e8e9c0d06adef50d1f9e73d76
parent5ffc4a2acadad427f2f9ddf8e072632764ad2d47
app/testpmd: remove most uses of internal ethdev array

This patch removes most uses of the global variable rte_eth_devices
from testpmd. This was done to avoid using the object directly which
applications should not do.

Most uses have been replaced with standard function calls, however
the use of it in the show_macs function could not be replaced as no
function call exists to get all mac addresses of a given port.

Signed-off-by: Paulis Gributs <paulis.gributs@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Xiaoyun Li <xiaoyun.li@intel.com>
app/test-pmd/testpmd.c
app/test-pmd/txonly.c