Re: [dpdk-dev] [PATCH v3 6/7] net/i40e: 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/i40e/i40e_ethdev.c

[dpdk-dev] [PATCH v3 6/7] net/i40e: 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/i40e/i40e_ethdev.c| 5 - drivers/net/i40e/i40e_ethdev_vf.c | 10 +