Re: [dpdk-dev] [PATCH v1] drivers/net/ena: Copy PCI info to rte_eth_dev

2018-01-17 Thread Dey, Souvik
Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit Sent: Tuesday, January 16, 2018 2:17 PM To: Dey, Souvik ; j...@semihalf.com; j...@semihalf.com; neta...@amazon.com; evge...@amazon.com Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v1] drivers/net/ena: Copy PCI info to

Re: [dpdk-dev] [PATCH v1] drivers/net/ena: Copy PCI info to rte_eth_dev

2018-01-16 Thread Ferruh Yigit
On 1/16/2018 7:06 PM, so...@rbbn.com wrote: > From: Souvik Dey > > We need to add the pci_dev info to the rte_eth_dev structure > during the eth_ena_dev_init. Informantions like driver_name > and numa_node will not be populated otherwise. stacktrace is like: eth_ena_pci_probe rte_eth_dev_pci_

[dpdk-dev] [PATCH v1] drivers/net/ena: Copy PCI info to rte_eth_dev

2018-01-16 Thread sodey
From: Souvik Dey We need to add the pci_dev info to the rte_eth_dev structure during the eth_ena_dev_init. Informantions like driver_name and numa_node will not be populated otherwise. Signed-off-by: Souvik Dey --- drivers/net/ena/ena_ethdev.c | 2 ++ 1 file changed, 2 insertions(+) diff --