[dpdk-dev] [PATCH] ethdev: remove useless parameter in init functions

2015-03-10 Thread Thomas Monjalon
2015-03-05 19:40, Thomas Monjalon: > 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: Thoma

[dpdk-dev] [PATCH] ethdev: remove useless parameter in init functions

2015-03-05 Thread Thomas Monjalon
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 --- lib/librte_ether/rte_ethdev.c