Re: [lng-odp] [PATCH] validation: buffer: split pool, buffer and packet tests

2015-02-19 Thread Maxim Uvarov
On 02/19/2015 01:43 PM, Taras Kondratiuk wrote: On 02/13/2015 05:13 AM, Bill Fischofer wrote: On Fri, Feb 13, 2015 at 10:59 AM, Taras Kondratiuk taras.kondrat...@linaro.org mailto:taras.kondrat...@linaro.org wrote: Split pools, buffers, packets tests into separate executables to make

Re: [lng-odp] [PATCH] validation: buffer: split pool, buffer and packet tests

2015-02-19 Thread Taras Kondratiuk
On 02/13/2015 05:13 AM, Bill Fischofer wrote: On Fri, Feb 13, 2015 at 10:59 AM, Taras Kondratiuk taras.kondrat...@linaro.org mailto:taras.kondrat...@linaro.org wrote: Split pools, buffers, packets tests into separate executables to make them independent. Alloc and free API

Re: [lng-odp] [PATCH] validation: buffer: split pool, buffer and packet tests

2015-02-19 Thread Bill Fischofer
I believe these changes are dependent on the http://patches.opendataplane.org/patch/619/ patch series that fully implement's Petri's latest design changes. On Thu, Feb 19, 2015 at 7:07 AM, Taras Kondratiuk taras.kondrat...@linaro.org wrote: On 02/19/2015 01:23 PM, Maxim Uvarov wrote: On

Re: [lng-odp] [PATCH] validation: buffer: split pool, buffer and packet tests

2015-02-19 Thread Taras Kondratiuk
On 02/19/2015 01:23 PM, Maxim Uvarov wrote: On 02/19/2015 01:43 PM, Taras Kondratiuk wrote: On 02/13/2015 05:13 AM, Bill Fischofer wrote: On Fri, Feb 13, 2015 at 10:59 AM, Taras Kondratiuk taras.kondrat...@linaro.org mailto:taras.kondrat...@linaro.org wrote: Split pools, buffers,

[lng-odp] [PATCH] validation: buffer: split pool, buffer and packet tests

2015-02-12 Thread Taras Kondratiuk
Split pools, buffers, packets tests into separate executables to make them independent. Alloc and free API functions are now part of corresponding event types: buffers, packets, timeouts, etc. Hence remove them from pool tests. Signed-off-by: Taras Kondratiuk taras.kondrat...@linaro.org ---