Re: [dpdk-dev] [PATCH v5 1/3] net/ring: set ethernet device field

2017-06-12 Thread Ferruh Yigit
On 6/12/2017 4:25 PM, Ferruh Yigit wrote: > The eth_dev->device link was missing for ring PMD, adding it. > > This is to generalize rte_device access from eth_dev. > > Signed-off-by: Ferruh Yigit Series applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH v5 1/3] net/ring: set ethernet device field

2017-06-12 Thread Ferruh Yigit
The eth_dev->device link was missing for ring PMD, adding it. This is to generalize rte_device access from eth_dev. Signed-off-by: Ferruh Yigit --- drivers/net/ring/rte_eth_ring.c | 33 +++-- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/drivers/net