[dpdk-dev] [PATCH 1/2] net: remove dead driver names

2016-11-21 Thread Jan Blunck
On Thu, Nov 10, 2016 at 2:51 PM, David Marchand wrote: > Since b1fb53a39d88 ("ethdev: remove some PCI specific handling"), Please fix this checkpatch finding. > rte_eth_dev_info_get() relies on dev->data->drv_name to report the driver > name to caller. > > Having the pmds set driver_info->driver

[dpdk-dev] [PATCH 1/2] net: remove dead driver names

2016-11-10 Thread David Marchand
Since b1fb53a39d88 ("ethdev: remove some PCI specific handling"), rte_eth_dev_info_get() relies on dev->data->drv_name to report the driver name to caller. Having the pmds set driver_info->driver_name in the pmds is useless, since ethdev overwrites it right after. The only thing the pmd must do is