app/pipeline: check status of getting link info
authorAndrew Rybchenko <arybchenko@solarflare.com>
Tue, 10 Sep 2019 08:25:49 +0000 (09:25 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 7 Oct 2019 13:00:54 +0000 (15:00 +0200)
commit2dc3131f4c41922db69b5db13db0da2b81a94f80
tree0cd2ca1254136c95efa37f763ab11cc484fb96fa
parentabfc0b9f75e28f7a6923e5c0f4ff73ba770b6587
app/pipeline: check status of getting link info

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

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
app/test-pipeline/init.c