Re: [dpdk-dev] [PATCH 6/7] eal: add struct rte_vdev_device

2017-02-16 Thread Jan Blunck
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;

Re: [dpdk-dev] [PATCH 6/7] eal: add struct rte_vdev_device

2017-02-15 Thread Ferruh Yigit
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;