Re: [dpdk-dev] [PATCH v1 2/3] net/ring: fix eth_dev device pointer on allocation

2020-05-06 Thread Gaƫtan Rivet
On 06/05/20 12:48 +0100, Ferruh Yigit wrote: > On 5/5/2020 8:10 PM, Gaetan Rivet wrote: > > When a net_ring device is allocated, its device pointer is not set > > before calling rte_eth_dev_probing_finish, which is incorrect. > > > > The following: > > commit: 96cb19521147 ("net/ring: use EAL AP

Re: [dpdk-dev] [PATCH v1 2/3] net/ring: fix eth_dev device pointer on allocation

2020-05-06 Thread Ferruh Yigit
On 5/5/2020 8:10 PM, Gaetan Rivet wrote: > When a net_ring device is allocated, its device pointer is not set > before calling rte_eth_dev_probing_finish, which is incorrect. > > The following: > commit: 96cb19521147 ("net/ring: use EAL APIs in PMD specific API") > commit: a6992e961050 ("net/r