numam-dpdk/drivers/net/virtio
Pablo de Lara 2f45703c17 drivers: make driver names consistent
As discussed in the past release, driver names are modified
to be more consistent, and the future driver should follow
this new convention.

Driver names consist of:
"driver category"_"driver folder name"_"optional extra name".

For example:
- Crypto null driver       -> "crypto_null"
- Network IXGBE VF driver  -> "net_ixgbe_vf"

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2016-09-16 11:55:59 +02:00
..
virtio_user net/virtio-user: fix string unterminated 2016-07-05 13:30:25 +02:00
Makefile mk: fix internal dependencies 2016-06-29 13:33:01 +02:00
rte_pmd_virtio_version.map virtio: move to drivers/net/ 2015-05-22 16:06:23 +02:00
virtio_ethdev.c drivers: make driver names consistent 2016-09-16 11:55:59 +02:00
virtio_ethdev.h net/virtio-user: add virtual device 2016-06-22 09:47:12 +02:00
virtio_logs.h virtio: fix newline under debug mode 2016-05-10 10:52:01 -07:00
virtio_pci.c net/virtio: hide vring address check inside PCI ops 2016-06-22 09:47:12 +02:00
virtio_pci.h net/virtio-user: add new virtual PCI driver 2016-06-22 09:47:12 +02:00
virtio_ring.h net/virtio: fix used index retrieved only once 2016-06-22 09:47:12 +02:00
virtio_rxtx_simple.c net/virtio: fix packet corruption 2016-07-22 00:27:29 +02:00
virtio_rxtx.c net/virtio: fix crash on null dereference 2016-07-22 00:30:08 +02:00
virtio_rxtx.h net/virtio: split Rx/Tx queue 2016-06-22 06:10:54 +02:00
virtio_user_ethdev.c drivers: make driver names consistent 2016-09-16 11:55:59 +02:00
virtqueue.c virtio: check virtqueue parameter when detaching 2015-07-19 22:24:42 +02:00
virtqueue.h net/virtio-user: fix inconsistent name 2016-07-22 11:53:32 +02:00