Re: [lng-odp] [PATCH v3] linux-generic: tm: made tm thread creation more flexible

2016-08-11 Thread Maxim Uvarov
Merged, Maxim. On 08/10/16 23:16, Bill Fischofer wrote: Note: This patch now conflicts with my previous patch to fix Bug 2458. I will send a rebase of that patch to apply on top of this one as this one should be applied first. Oriole: Please test this on your system to see if it resolves Bug 24

Re: [lng-odp] [PATCH v3] linux-generic: tm: made tm thread creation more flexible

2016-08-10 Thread Bill Fischofer
Note: This patch now conflicts with my previous patch to fix Bug 2458. I will send a rebase of that patch to apply on top of this one as this one should be applied first. Oriole: Please test this on your system to see if it resolves Bug 2444 for you. On Wed, Aug 10, 2016 at 2:44 PM, Barry Spinney

[lng-odp] [PATCH v3] linux-generic: tm: made tm thread creation more flexible

2016-08-10 Thread Barry Spinney
These changes add a new concept called the tm_system_group. This new entity collects together a set of tm_systems that all share some common resources - eg. share the service thread. Signed-off-by: Barry Spinney --- .../include/odp_traffic_mngr_internal.h| 39 +++- platform/linux-g