Re: [dpdk-dev] [PATCH] eventdev: update event port link and unlink callbacks

2017-02-08 Thread Jerin Jacob
On Tue, Feb 07, 2017 at 12:34:37AM +0530, Nipun Gupta wrote: > 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 cor

Re: [dpdk-dev] [PATCH] eventdev: update event port link and unlink callbacks

2017-02-07 Thread Jerin Jacob
On Tue, Feb 07, 2017 at 12:34:37AM +0530, Nipun Gupta wrote: > 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 cor

[dpdk-dev] [PATCH] eventdev: update event port link and unlink callbacks

2017-02-06 Thread Nipun Gupta
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 --- drivers/event/ske