app: check status of getting link info
authorIgor Romanov <igor.romanov@oktetlabs.ru>
Tue, 10 Sep 2019 08:25:47 +0000 (09:25 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 7 Oct 2019 13:00:54 +0000 (15:00 +0200)
commit844949eceb8e58978d6ae41eb2345d280351bbf0
tree1aeeda76f796022df879da7e1c3686d5860269a1
parent2dc3131f4c41922db69b5db13db0da2b81a94f80
app: check status of getting link info

The return value of rte_eth_link_get() and rte_eth_link_get_nowait()
was changed from void to int. Update the usage of the functions
according to the new return type.

Signed-off-by: Igor Romanov <igor.romanov@oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
app/proc-info/main.c
app/test/test_link_bonding.c
app/test/test_pmd_perf.c
app/test/test_pmd_ring.c