eventdev: use generic device holder
authorNipun Gupta <nipun.gupta@nxp.com>
Fri, 3 Mar 2017 15:33:02 +0000 (21:03 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Tue, 4 Apr 2017 17:17:33 +0000 (19:17 +0200)
commitc16321995049fbb6a7cab1f9870e212a2756a77d
tree2aa826a228b0a7cf2df9b3f0520ce1b434989e09
parent23cabf3017c3b9cbe737822e4e2c0dae6dce8348
eventdev: use generic device holder

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 <nipun.gupta@nxp.com>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
drivers/event/skeleton/skeleton_eventdev.c
lib/librte_eventdev/rte_eventdev.c
lib/librte_eventdev/rte_eventdev.h