Bruce Richardson 26fe208ad8 ethdev: avoid blocking telemetry for link status
When querying the link status via telemetry interface, we don't want the
client to have to wait for multiple seconds for a reply. Therefore use
"rte_eth_link_get_nowait()" rather than "rte_eth_link_get()" in the
telemetry callback.

Fixes: c190daedb9b1 ("ethdev: add telemetry callbacks")
Cc: stable@dpdk.org

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Ciara Power <ciara.power@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
2021-01-19 03:30:32 +01:00
..
2021-01-19 13:12:59 +01:00
2021-01-15 11:31:28 +01:00
2020-10-29 16:45:17 +01:00
2021-01-14 16:42:25 +01:00
2021-01-19 03:30:13 +01:00
2020-10-29 14:13:31 +01:00
2021-01-17 23:21:14 +01:00