[dpdk-dev] [PATCH v8 03/11] vdev: copy device info to eth_dev data

2015-11-03 Thread Thomas Monjalon
Below, a lot of pci values are removed and break the build. Will move in later patches. 2015-11-03 13:01, Bernard Iremonger: > @@ -674,7 +674,11 @@ rte_pmd_init_internals(const char *name, > > (*eth_dev)->data = data; > (*eth_dev)->dev_ops = &ops; > - (*eth_dev)->pci_dev = pci_de

[dpdk-dev] [PATCH v8 03/11] vdev: copy device info to eth_dev data

2015-11-03 Thread Bernard Iremonger
initialise dev_flags, driver, kdrv, drv_name and numa_node fields in eth_dev data. for the following vdevs: null ring pcap af_packet xenvirt mpipe bonding Signed-off-by: Bernard Iremonger Acked-by: Bruce Richardson --- drivers/net/af_packet/rte_eth_af_packet.c | 12 drivers/net/b