On Wed, Feb 15, 2017 at 6:11 PM, Ferruh Yigit wrote:
> On 2/15/2017 10:02 AM, Jan Blunck wrote:
>> This adds the rte_vdev_device structure which embeds a generic rte_device.
>>
>> Signed-off-by: Jan Blunck
>
> <...>
>
>>
>> +struct rte_vdev_device {
>> + TAILQ_ENTRY(rte_vdev_device) next;
On 2/15/2017 10:02 AM, Jan Blunck wrote:
> This adds the rte_vdev_device structure which embeds a generic rte_device.
>
> Signed-off-by: Jan Blunck
<...>
>
> +struct rte_vdev_device {
> + TAILQ_ENTRY(rte_vdev_device) next; /**< Next attached vdev */
> + struct rte_device device;
2 matches
Mail list logo