net/ice: return unknown speed in status
authorIvan Dyukov <i.dyukov@samsung.com>
Tue, 11 Aug 2020 08:52:25 +0000 (11:52 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 18 Sep 2020 16:55:07 +0000 (18:55 +0200)
commitdec5a13b97f9c022cd31932cb61da32a6d423c63
treee2773bb319d6e841881d04aacef87ba79bf053a8
parent80e07a39b82196570ea017a49d4ad8973bb9ebfd
net/ice: return unknown speed in status

rte_ethdev has declared new NUM_UNKNOWN speed which
could be used in case when no speed information is available and
link is up. NUM_NONE should be returned, if link is down.

Signed-off-by: Ivan Dyukov <i.dyukov@samsung.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/ice/ice_ethdev.c