Re: [dpdk-dev] [PATCH] ena: fix init of ena pci_dev info

2017-08-23 Thread David Harton (dharton)
> -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Wednesday, August 23, 2017 6:48 AM > To: David Harton (dharton) ; m...@semihalf.com; > m...@semihalf.com; gtza...@amazon.com; evge...@amazon.com > Cc: dev@dpdk.org > Subject: Re: [dpdk-

Re: [dpdk-dev] [PATCH] ena: fix init of ena pci_dev info

2017-08-23 Thread Ferruh Yigit
On 8/23/2017 1:41 AM, David Harton wrote: > eth_ena_dev_init() was not initializing all of the common > pci dev info for the rte_eth_dev. Added call to > rte_eth_copy_pci_info() to complete the init particularly > the driver name. rte_eth_copy_pci_info() already called during probe [1], what info

Re: [dpdk-dev] [PATCH] ena: fix init of ena pci_dev info

2017-08-22 Thread MichaƂ Krawczyk
Acked-by: Michal Krawczyk 2017-08-23 2:41 GMT+02:00 David Harton : > eth_ena_dev_init() was not initializing all of the common > pci dev info for the rte_eth_dev. Added call to > rte_eth_copy_pci_info() to complete the init particularly > the driver name. > > Signed-off-by: David Harton > ---