Re: [dpdk-dev] [PATCH v3 01/17] eventdev: fix API docs and test for timeout ticks

2017-03-10 Thread Van Haaren, Harry
> -Original Message- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Monday, March 6, 2017 10:34 AM > To: Van Haaren, Harry > Subject: Re: [PATCH v3 01/17] eventdev: fix API docs and test for timeout > ticks > > ret = rte_event_dequeue_timeout_ticks(TEST_DEV_ID,

Re: [dpdk-dev] [PATCH v3 01/17] eventdev: fix API docs and test for timeout ticks

2017-03-06 Thread Jerin Jacob
On Fri, Feb 17, 2017 at 02:53:56PM +, Harry van Haaren wrote: > This commit improves the documentation of the api return > values for rte_event_dequeue_timeout_ticks(), and allows > -ENOTSUP to be returned by devices which do not support > timeouts. > > The unit test is modified to accept -ENO

Re: [dpdk-dev] [PATCH v3 01/17] eventdev: fix API docs and test for timeout ticks

2017-02-20 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Harry van Haaren > Sent: Friday, February 17, 2017 2:54 PM > To: dev@dpdk.org > Cc: jerin.ja...@caviumnetworks.com; Van Haaren, Harry > > Subject: [dpdk-dev] [PATCH v3 01/17] eventdev: fix

[dpdk-dev] [PATCH v3 01/17] eventdev: fix API docs and test for timeout ticks

2017-02-17 Thread Harry van Haaren
This commit improves the documentation of the api return values for rte_event_dequeue_timeout_ticks(), and allows -ENOTSUP to be returned by devices which do not support timeouts. The unit test is modified to accept -ENOTSUP as a pass, as the device doesn't implement the timeout_ticks function. F