numam-dpdk/lib/librte_pmd_virtio
Neil Horman 42a6654c10 virtio: convert to use of PMD_REGISTER_DRIVER and fix linking
Convert the virtio pmd driver to use the PMD_REGISTER_DRIVER macro.
This means that the test applications now have no reference to the virtio library
when building DSO's and must specify its use on the command line with the -d
option.  Static linking will still initalize the driver automatically.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-05-20 14:28:17 +02:00
..
Makefile virtio: rename library 2014-03-20 17:50:51 +01:00
virtio_ethdev.c virtio: convert to use of PMD_REGISTER_DRIVER and fix linking 2014-05-20 14:28:17 +02:00
virtio_ethdev.h update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
virtio_logs.h update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
virtio_pci.c update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
virtio_pci.h add FreeBSD support 2014-02-25 21:29:18 +01:00
virtio_ring.h update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
virtio_rxtx.c spelling fixes 2014-05-16 16:02:55 +02:00
virtqueue.c update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
virtqueue.h virtio: mark functions as always inline 2014-02-26 10:22:32 +01:00