Re: [PATCH v4 2/3] net/ring: use EAL APIs in PMD specific API
From: Bruce Richardson <hidden>
Date: 2017-06-12 14:20:34
From: Bruce Richardson <hidden>
Date: 2017-06-12 14:20:34
On Mon, Jun 12, 2017 at 03:13:53PM +0100, Ferruh Yigit wrote:
When ring PMD created via PMD specific API instead of EAL abstraction it is missing the virtual device creation done by EAL vdev. And this makes eth_dev unusable exact same as other PMDs used, because of some missing fields, like rte_device->name. Now API calls EAL APIs to create ring PMDs. Signed-off-by: Ferruh Yigit <redacted> ---
Acked-by: Bruce Richardson <redacted>