Re: [lng-odp] [API-NEXT PATCH v7 0/5] A scalable software scheduler

2017-06-18 Thread Brian Brooks
On 06/16 22:42:04, Maxim Uvarov wrote: > On 06/14/17 04:21, Brian Brooks wrote: > > Brian Brooks (5): > > test: odp_pktio_ordered: add queue size > > Add arch/ files > > Add a bitset > > Add a concurrent queue > > Add scalable scheduler > > Please rename commits with existence commit

Re: [lng-odp] [API-NEXT PATCH v7 0/5] A scalable software scheduler

2017-06-16 Thread Maxim Uvarov
On 06/14/17 04:21, Brian Brooks wrote: > Brian Brooks (5): > test: odp_pktio_ordered: add queue size > Add arch/ files > Add a bitset > Add a concurrent queue > Add scalable scheduler Please rename commits with existence commit style. Has to be: linux-gen: sched scalable: addr arch

[lng-odp] [API-NEXT PATCH v7 0/5] A scalable software scheduler

2017-06-13 Thread Brian Brooks
This work derives from Ola Liljedahl's prototype [1] which introduced a scalable scheduler design based on primarily lock-free algorithms and data structures designed to decrease contention. A thread searches through a data structure containing only queues that are both non-empty and allowed to be