Re: [lng-odp] [PATCH 00/10] pool optimization

2016-10-19 Thread Brian Brooks
Reviewed-by: Brian Brooks On 10/19 15:09:16, Petri Savolainen wrote: > Pool performance is optimized by using a ring as the global buffer storage. > IPC build is disabled, since it needs large modifications due to dependency > to > pool internals. Old pool implementation was based on locks and

[lng-odp] [PATCH 00/10] pool optimization

2016-10-19 Thread Petri Savolainen
Pool performance is optimized by using a ring as the global buffer storage. IPC build is disabled, since it needs large modifications due to dependency to pool internals. Old pool implementation was based on locks and linked list of buffer headers. New implementation maintain a ring of buffer ha