Re: [dpdk-dev] [PATCH v2] net/virtio: add speed capability

2017-02-10 Thread Thomas Monjalon
2017-02-10 12:05, Thomas Monjalon: > From: Ido Barnea > > The chosen fake capability (10G) is consistent with the reported > link speed in virtio_dev_link_update(): > link.link_speed = SPEED_10G; > > The feature is not marked in doc/guides/nics/features/virtio.ini > as it is only a fake va

[dpdk-dev] [PATCH v2] net/virtio: add speed capability

2017-02-10 Thread Thomas Monjalon
From: Ido Barnea The chosen fake capability (10G) is consistent with the reported link speed in virtio_dev_link_update(): link.link_speed = SPEED_10G; The feature is not marked in doc/guides/nics/features/virtio.ini as it is only a fake value. Signed-off-by: Ido Barnea [Thomas: comment