Re: [dpdk-dev] [PATCH] eal/linux: fix multi-process cannot work

2017-04-04 Thread Thomas Monjalon
2017-03-29 16:19, Sergio Gonzalez Monroy: > On 16/03/2017 16:28, Jianfeng Tan wrote: > > When binding with vfio-pci, secondary process cannot be started with > > an error message: > > > > cannot find TAILQ entry for PCI device. > > > > It's due to: struct rte_pci_addr is padded with 1 byte for

Re: [dpdk-dev] [PATCH] eal/linux: fix multi-process cannot work

2017-03-29 Thread Sergio Gonzalez Monroy
On 16/03/2017 16:28, Jianfeng Tan wrote: When binding with vfio-pci, secondary process cannot be started with an error message: cannot find TAILQ entry for PCI device. It's due to: struct rte_pci_addr is padded with 1 byte for alignment by compiler. Then below comparison in commit 2f4adfad