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
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
2 matches
Mail list logo