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

2017-03-03 Thread Shreyansh Jain
On Thursday 16 February 2017 04:22 PM, Nipun Gupta wrote: Signed-off-by: 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. Patch cont

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

2017-02-19 Thread Nipun Gupta
; gage.e...@intel.com; harry.van.haa...@intel.com > Subject: Re: [dpdk-dev] [PATCH] eventdev: event device to contain rte device > holder > > On Thu, 16 Feb 2017 16:22:29 +0530 > Nipun Gupta wrote: > > > Signed-off-by: Nipun Gupta > > > > rte_device is a generic device

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

2017-02-17 Thread Stephen Hemminger
On Thu, 16 Feb 2017 16:22:29 +0530 Nipun Gupta wrote: > Signed-off-by: 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. > ---

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

2017-02-15 Thread Nipun Gupta
Signed-off-by: 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. --- drivers/event/skeleton/skeleton_eventdev.c | 2 +- lib/librte_event