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 <i.dyu...@samsung.com> > --- > doc/guides/nics/virtio.rst | 4 ++-- > drivers/net/virtio/virtio_ethdev.c | 9 ++++----- > 2 files changed, 6 insertions(+), 7 deletions(-) >
Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> ps: CI reports build failure, but it builds when applied on top of latest next-net. Thanks! Maxime