David Marchand d857736110 net: remove dead driver names
Since commit 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:
- for pci drivers, call rte_eth_copy_pci_info() which then sets
  data->drv_name
- for vdev drivers, manually set data->drv_name

At this stage, virtio-user does not properly report a driver name (fixed in
next commit).

Signed-off-by: David Marchand <david.marchand@6wind.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Reviewed-by: Jan Blunck <jblunck@infradead.org>
2017-01-17 19:24:51 +01:00
..
2016-05-06 15:51:22 +02:00
2016-11-07 21:08:54 +01:00
2017-01-17 19:24:51 +01:00
2016-11-12 22:27:09 +01:00
2016-06-15 17:13:55 +02:00
2016-11-12 22:27:09 +01:00
2016-10-26 19:42:22 +02:00
2016-10-26 19:42:22 +02:00
2016-05-06 15:51:22 +02:00