net/sfc: fix missing notification on link status change
authorAndrew Rybchenko <arybchenko@solarflare.com>
Fri, 6 Sep 2019 10:49:49 +0000 (11:49 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 7 Oct 2019 13:00:52 +0000 (15:00 +0200)
commit282b72cd725ac6f5a32558253ad80e905c3b4028
treeccff76bc806551148faee9ca981c9459e79f6b56
parent089e5ed727a15da2729cfee9b63533dd120bd04c
net/sfc: fix missing notification on link status change

rte_eth_linkstatus_set() returns 0 when link up status changes.

Fixes: 4abe903e5078 ("net/sfc: use link status helper functions")
Cc: stable@dpdk.org
Reported-by: Shuki Katzenelson <shuki@lightbitslabs.com>
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/net/sfc/sfc_ev.c