2015-08-27 16:40, Bernard Iremonger: > remove rte_null_pmd and pci_dev. > > Signed-off-by: Bernard Iremonger <bernard.iremonger at intel.com> [...] > - eth_dev->pci_dev = pci_dev; > - eth_dev->driver = &rte_null_pmd; > + eth_dev->pci_dev = NULL;
Simple comment: Why a driver should reset a PCI field if it does not care about PCI?