numam-dpdk/drivers/net/virtio
David Marchand 7c0d798aab bus/pci: switch to private kernel driver enum
The rte_kernel_driver enum actually only pointed at PCI drivers and is
only used in the PCI subsystem.
Remove it from the generic device API and use a private enum in the PCI
code.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
2020-09-21 10:11:44 +02:00
..
virtio_user net/virtio-user: check tap system call setting 2020-07-30 00:41:24 +02:00
meson.build net/virtio: fix AVX512 datapath selection 2020-05-11 23:04:33 +02:00
rte_pmd_virtio_version.map version: 20.11-rc0 2020-08-12 11:32:16 +02:00
virtio_ethdev.c log: introduce logtype register macro 2020-07-03 15:52:51 +02:00
virtio_ethdev.h net/virtio: add vectorized packed ring Tx 2020-05-05 15:54:26 +02:00
virtio_logs.h net/virtio: implement dynamic logging 2018-01-16 18:47:49 +01:00
virtio_pci.c bus/pci: switch to private kernel driver enum 2020-09-21 10:11:44 +02:00
virtio_pci.h net/virtio: add parameter to enable vectorized path 2020-05-05 15:54:26 +02:00
virtio_ring.h virtio: use one way barrier for split vring used index 2020-05-05 15:54:26 +02:00
virtio_rxtx_packed_avx.c net/virtio: fix 32-bit build with clang 6 2020-05-11 22:27:39 +02:00
virtio_rxtx_simple_altivec.c virtio: use one way barrier for split vring used index 2020-05-05 15:54:26 +02:00
virtio_rxtx_simple_neon.c vhost: restrict pointer aliasing for packed ring 2020-07-10 15:43:41 +02:00
virtio_rxtx_simple_sse.c virtio: use one way barrier for split vring used index 2020-05-05 15:54:26 +02:00
virtio_rxtx_simple.c replace cold attributes 2020-04-16 18:30:58 +02:00
virtio_rxtx_simple.h net/virtio: refactor virtqueue structure 2019-03-20 18:15:42 +01:00
virtio_rxtx.c virtio: use one way barrier for split vring used index 2020-05-05 15:54:26 +02:00
virtio_rxtx.h net/virtio: fix Rx stats with vectorized functions 2019-10-07 15:00:57 +02:00
virtio_user_ethdev.c net/virtio-user: fix status management 2020-07-30 00:41:23 +02:00
virtqueue.c net/virtio: fix unexpected event after reconnect 2020-05-18 20:35:57 +02:00
virtqueue.h virtio: use one way barrier for split vring avail index 2020-05-05 15:54:26 +02:00