numam-dpdk/drivers/net/virtio
Ido Barnea b392e9871d net/virtio: add speed capability
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
because it is only a fake value.

Signed-off-by: Ido Barnea <ibarnea@cisco.com>
[Thomas: comments added]
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2017-02-10 12:06:16 +01:00
..
virtio_user drivers/net: remove redundant new line from logs 2017-01-30 22:18:27 +01:00
Makefile net/virtio-user: support kernel vhost 2017-01-17 09:24:56 +01:00
rte_pmd_virtio_version.map virtio: move to drivers/net/ 2015-05-22 16:06:23 +02:00
virtio_ethdev.c net/virtio: add speed capability 2017-02-10 12:06:16 +01:00
virtio_ethdev.h net/virtio: add Rx descriptor check 2017-01-17 09:26:47 +01:00
virtio_logs.h virtio: fix newline under debug mode 2016-05-10 10:52:01 -07:00
virtio_pci.c net/virtio: use I/O device memory read/write API 2017-01-18 17:18:27 +01:00
virtio_pci.h net/virtio: add PCI operation for queue/irq binding 2017-01-17 09:26:49 +01:00
virtio_ring.h net/virtio: fix used index retrieved only once 2016-06-22 09:47:12 +02:00
virtio_rxtx_simple_neon.c net/virtio: add NEON based Rx handler 2016-09-28 02:18:39 +02:00
virtio_rxtx_simple_sse.c net/virtio: move SSE based Rx code to separate file 2016-09-28 02:18:39 +02:00
virtio_rxtx_simple.c net/virtio: move SSE based Rx code to separate file 2016-09-28 02:18:39 +02:00
virtio_rxtx_simple.h net/virtio: move SSE based Rx code to separate file 2016-09-28 02:18:39 +02:00
virtio_rxtx.c drivers/net: remove redundant new line from logs 2017-01-30 22:18:27 +01:00
virtio_rxtx.h net/virtio: cleanup conditional compilation 2016-09-28 02:18:39 +02:00
virtio_user_ethdev.c drivers/net: remove redundant new line from logs 2017-01-30 22:18:27 +01:00
virtqueue.c net/virtio: add Rx interrupt enable/disable functions 2017-01-17 09:26:52 +01:00
virtqueue.h net/virtio: add Rx interrupt enable/disable functions 2017-01-17 09:26:52 +01:00