09/04/2018 14:09, Ferruh Yigit: > Public struct rte_eth_dev_info has a "struct rte_pci_device" field in it > although it is common for all ethdev in all buses. > > Replacing pci specific struct with generic device struct and updating > places that are using pci device in a way to get this information from > generic device. > > Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com> > Reviewed-by: David Marchand <david.march...@6wind.com> > Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Good progress, thanks! Acked-by: Thomas Monjalon <tho...@monjalon.net>