Re: [dpdk-dev] [PATCH v5] eventdev: add errno-style return values

2017-03-23 Thread Eads, Gage
Thanks! Good catch on the html guide. I submitted v6, leaving the "attached" code as is. Thanks, Gage

Re: [dpdk-dev] [PATCH v5] eventdev: add errno-style return values

2017-03-22 Thread Jerin Jacob
On Wed, Mar 22, 2017 at 09:58:00AM -0500, Gage Eads wrote: > From: "Eads, Gage" > > This commit adds rte_errno return values to rte_event_enqueue_burst() and > rte_event_dequeue_burst(). > > These return values allows user software to differentiate between an > invalid argument (such as an inval

[dpdk-dev] [PATCH v5] eventdev: add errno-style return values

2017-03-22 Thread Gage Eads
From: "Eads, Gage" This commit adds rte_errno return values to rte_event_enqueue_burst() and rte_event_dequeue_burst(). These return values allows user software to differentiate between an invalid argument (such as an invalid queue_id or sched_type in an enqueued event) and backpressure from the