Re: [dpdk-dev] [PATCH v5 01/20] test/eventdev: pass timeout ticks unsupported

2017-03-24 Thread Jerin Jacob
On Fri, Mar 24, 2017 at 04:52:56PM +, Harry van Haaren wrote: > This commit reworks the return value handling of the > timeout ticks test. This feature is not mandatory for > a pmd, the eventdev layer returns -ENOTSUP if the PMD > doesn't implement the function. > > The test is modified to che

[dpdk-dev] [PATCH v5 01/20] test/eventdev: pass timeout ticks unsupported

2017-03-24 Thread Harry van Haaren
This commit reworks the return value handling of the timeout ticks test. This feature is not mandatory for a pmd, the eventdev layer returns -ENOTSUP if the PMD doesn't implement the function. The test is modified to check if the return value is -ENOTSUP, and return -ENOTSUP to the test framework,