Re: [lng-odp] [API-NEXT PATCH v4 00/23] pool optimization

2016-11-22 Thread Maxim Uvarov
Subject:* Re: [lng-odp] [API-NEXT PATCH v4 00/23] pool optimization Scheduler test fails: FAILED 1. scheduler.c:878 - bctx->sequence == seq 2. scheduler.c:878 - bctx->sequence == seq ./test/common_plat/validation/api/scheduler/scheduler_main /bootstrap; ./configure --enable-test-v

[lng-odp] [API-NEXT PATCH v4 00/23] pool optimization

2016-11-21 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