numam-dpdk/lib/librte_pmd_virtio
Changchun Ouyang a8e3219a92 virtio: fix build on freebsd
This patch fixes the compilation issue on freebsd:
lib/librte_pmd_virtio/virtio_ethdev.c: In function 'virtio_resource_init':
lib/librte_pmd_virtio/virtio_ethdev.c:1071:56: error: unused parameter 'pci_dev' [-Werror=unused-parameter]

Fixes: da978dfdc4 ("virtio: use port IO to get PCI resource")

Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com>
Acked-by: Cunming Liang <cunming.liang@intel.com>
2015-02-28 00:12:37 +01:00
..
Makefile virtio: use port IO to get PCI resource 2015-02-20 19:19:20 +01:00
rte_pmd_virtio_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
virtio_ethdev.c virtio: fix build on freebsd 2015-02-28 00:12:37 +01:00
virtio_ethdev.h virtio: suport multiple MAC addresses 2015-02-20 19:19:13 +01:00
virtio_logs.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
virtio_pci.c virtio: fix states handling during initialization 2015-02-20 19:19:05 +01:00
virtio_pci.h virtio: fix states handling during initialization 2015-02-20 19:19:05 +01:00
virtio_ring.h virtio: checkpatch cleanups 2014-06-13 11:18:56 +02:00
virtio_rxtx.c virtio: remove Rx hotspots from early return 2015-02-20 19:19:21 +01:00
virtqueue.c virtio: checkpatch cleanups 2014-06-13 11:18:56 +02:00
virtqueue.h virtio: free mbuf's with threshold 2015-02-20 19:19:19 +01:00