Re: [lng-odp] [PATCH v2] linux-generic: pool: don't allocate buffers from invalid pool

2017-03-10 Thread Bill Fischofer
On Fri, Mar 10, 2017 at 11:14 AM, Dmitry Eremin-Solenikov < dmitry.ereminsoleni...@linaro.org> wrote: > Add ODP_ASSERT checking that passed pool is not ODP_POOL_INVALID before > tring to allocate buffers from that pool. > > Signed-off-by: Dmitry Eremin-Solenikov

[lng-odp] [PATCH v2] linux-generic: pool: don't allocate buffers from invalid pool

2017-03-10 Thread Dmitry Eremin-Solenikov
Add ODP_ASSERT checking that passed pool is not ODP_POOL_INVALID before tring to allocate buffers from that pool. Signed-off-by: Dmitry Eremin-Solenikov --- platform/linux-generic/odp_pool.c | 4 1 file changed, 4 insertions(+) diff --git