eventdev: update event port link and unlink callbacks
authorNipun Gupta <nipun.gupta@nxp.com>
Mon, 6 Feb 2017 19:04:37 +0000 (00:34 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Tue, 4 Apr 2017 17:12:00 +0000 (19:12 +0200)
commitd3e281a540567879a1fb65f4af95050de27eddca
tree41e972c7f20ae397eb7725867fb301f16bf0883e
parentf8f9d233ea0e01e03e1d7f2467b50aae62140979
eventdev: update event port link and unlink callbacks

Added a pointer to the rte_eventdev type in the event port
link and unlink callbacks. This device shall be used by some
of the event drivers to fetch queue related information.

Also, update the skeleton eventdev driver with corresponding changes.

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
drivers/event/skeleton/skeleton_eventdev.c
lib/librte_eventdev/rte_eventdev.c
lib/librte_eventdev/rte_eventdev_pmd.h