2016-12-23 16:58, Jan Blunck: > --- a/drivers/net/thunderx/nicvf_ethdev.c > +++ b/drivers/net/thunderx/nicvf_ethdev.c > @@ -1338,6 +1338,8 @@ nicvf_dev_info_get(struct rte_eth_dev *dev, struct > rte_eth_dev_info *dev_info) > > PMD_INIT_FUNC_TRACE(); > > + dev_info->pci_dev = pci_dev;
It should be dev->pci_dev No need to resend a v6 for these small errors. If Stephen confirm his SoB on first patches, I can push this v5 with some fixes.