Re: [dpdk-dev] [PATCH 1/2] net/virtio: set UNKNOWN as default speed

2020-09-30 Thread Maxime Coquelin
On 9/22/20 11:18 PM, Ivan Dyukov wrote: > rte_ethdev states new rule for NICs: they should return UNKNOWN > speed if speed is unknown and interface is up, in case of down > interface, NONE speed should be returned. > > Signed-off-by: Ivan Dyukov > --- > doc/guides/nics/virtio.rst | 4

Re: [dpdk-dev] [PATCH 1/2] net/virtio: set UNKNOWN as default speed

2020-09-25 Thread David Marchand
On Fri, Sep 25, 2020 at 4:36 PM Maxime Coquelin wrote: > On 9/22/20 11:18 PM, Ivan Dyukov wrote: > > rte_ethdev states new rule for NICs: they should return UNKNOWN > > speed if speed is unknown and interface is up, in case of down > > interface, NONE speed should be returned. > > > > Signed-off-b

Re: [dpdk-dev] [PATCH 1/2] net/virtio: set UNKNOWN as default speed

2020-09-25 Thread Maxime Coquelin
Hi Ivan, On 9/22/20 11:18 PM, Ivan Dyukov wrote: > rte_ethdev states new rule for NICs: they should return UNKNOWN > speed if speed is unknown and interface is up, in case of down > interface, NONE speed should be returned. > > Signed-off-by: Ivan Dyukov > --- > doc/guides/nics/virtio.rst

[dpdk-dev] [PATCH 1/2] net/virtio: set UNKNOWN as default speed

2020-09-22 Thread Ivan Dyukov
rte_ethdev states new rule for NICs: they should return UNKNOWN speed if speed is unknown and interface is up, in case of down interface, NONE speed should be returned. Signed-off-by: Ivan Dyukov --- doc/guides/nics/virtio.rst | 4 ++-- drivers/net/virtio/virtio_ethdev.c | 9 - 2