Re: [PATCH 3/7] Create one interrupt server per processor

2017-07-11 Thread Sebastian Huber
On 12/07/17 08:06, Chris Johns wrote: On 12/07/2017 15:35, Sebastian Huber wrote: On 11/07/17 17:06, Gedare Bloom wrote: Is there a reason someone might have to not want one server per core when using SMP? That is, should this be configurable? Yes, this should be configurable. One option is

Re: [PATCH 3/7] Create one interrupt server per processor

2017-07-11 Thread Chris Johns
On 12/07/2017 15:35, Sebastian Huber wrote: > On 11/07/17 17:06, Gedare Bloom wrote: > >> Is there a reason someone might have to not want one server per core >> when using SMP? That is, should this be configurable? > > Yes, this should be configurable. One option is to add an alternative > initi

Re: [PATCH 3/7] Create one interrupt server per processor

2017-07-11 Thread Sebastian Huber
On 11/07/17 17:06, Gedare Bloom wrote: Is there a reason someone might have to not want one server per core when using SMP? That is, should this be configurable? Yes, this should be configurable. One option is to add an alternative initialization routine that uses a configuration table. Howev

Re: [PATCH 3/7] Create one interrupt server per processor

2017-07-11 Thread Gedare Bloom
There should probably be a ticket for this change. Is there a reason someone might have to not want one server per core when using SMP? That is, should this be configurable? On Tue, Jul 11, 2017 at 9:41 AM, Sebastian Huber wrote: > This allows load balancing of interrupt processing in SMP > conf

[PATCH 3/7] Create one interrupt server per processor

2017-07-11 Thread Sebastian Huber
This allows load balancing of interrupt processing in SMP configurations. --- c/src/lib/libbsp/shared/src/irq-server.c | 263 +-- cpukit/include/rtems/irq-extension.h | 129 --- 2 files changed, 254 insertions(+), 138 deletions(-) diff --git a/c/src/lib