numam-dpdk/lib/librte_pmd_virtio
Thomas Monjalon 1f693b8f37 ethdev: remove useless parameter in init functions
The pointer to struct eth_driver is not used and is already set
in struct rte_eth_dev.

It's a small cleanup in PMD API which probably needs more
attention to make clear what is a driver, a PCI driver, an
ethernet driver, etc.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2015-03-09 18:07:44 +01:00
..
Makefile virtio: fix build with mempool debug enabled 2015-03-04 11:18:36 +01:00
rte_pmd_virtio_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
virtio_ethdev.c ethdev: remove useless parameter in init functions 2015-03-09 18:07:44 +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