Re: [dpdk-dev] [PATCH v2] eventdev: event device to contain rte device holder

2017-03-13 Thread Jerin Jacob
On Fri, Mar 03, 2017 at 09:03:02PM +0530, Nipun Gupta wrote: > rte_device is a generic device which is available to the applications > and EAL. This patch replaces rte_pci_device in 'struct rte_eventdev' > and in 'struct rte_event_dev_info' with common rte_device. > > Signed-off-by: Nipun Gupta >

Re: [dpdk-dev] [PATCH v2] eventdev: event device to contain rte device holder

2017-03-06 Thread Jerin Jacob
On Fri, Mar 03, 2017 at 09:03:02PM +0530, Nipun Gupta wrote: > rte_device is a generic device which is available to the applications > and EAL. This patch replaces rte_pci_device in 'struct rte_eventdev' > and in 'struct rte_event_dev_info' with common rte_device. Does anyone have any objection on

[dpdk-dev] [PATCH v2] eventdev: event device to contain rte device holder

2017-03-03 Thread Nipun Gupta
rte_device is a generic device which is available to the applications and EAL. This patch replaces rte_pci_device in 'struct rte_eventdev' and in 'struct rte_event_dev_info' with common rte_device. Signed-off-by: Nipun Gupta Acked-by: Shreyansh Jain --- drivers/event/skeleton/skeleton_eventdev.