Re: [dpdk-dev] [PATCH v3 7/7] net/ice: return unknown speed in status

2020-06-17 Thread Ferruh Yigit
On 6/15/2020 10:01 AM, Ivan Dyukov wrote: > 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 > --- > drivers/net/ice/ice_ethdev.c | 5 +

[dpdk-dev] [PATCH v3 7/7] net/ice: return unknown speed in status

2020-06-15 Thread Ivan Dyukov
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 --- drivers/net/ice/ice_ethdev.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) di