Re: [Xen-devel] [PATCH 7/7] xen/arm: Restore IRQ affinity after hotplugging a CPU

2018-04-16 Thread Dario Faggioli
On Fri, 2018-04-13 at 12:11 +0200, Mirela Simonovic wrote: > Hi Dario, > Hi, > On Thu, Apr 12, 2018 at 6:49 PM, Dario Faggioli > wrote: > No worries, my commit message should be more understandable and your > answer helps me identify what's unclear. I'll try to explain

Re: [Xen-devel] [PATCH 7/7] xen/arm: Restore IRQ affinity after hotplugging a CPU

2018-04-13 Thread Mirela Simonovic
Hi Dario, On Thu, Apr 12, 2018 at 6:49 PM, Dario Faggioli wrote: > On Wed, 2018-04-11 at 15:19 +0200, Mirela Simonovic wrote: >> Secondary pCPUs will be offlined on system suspend and hotplugged >> on resume. When offlining secondary CPUs all interrupts targeted >> to those

Re: [Xen-devel] [PATCH 7/7] xen/arm: Restore IRQ affinity after hotplugging a CPU

2018-04-12 Thread Dario Faggioli
On Wed, 2018-04-11 at 15:19 +0200, Mirela Simonovic wrote: > Secondary pCPUs will be offlined on system suspend and hotplugged > on resume. When offlining secondary CPUs all interrupts targeted > to those CPUs will be routed to the boot CPU. The boot CPU > is responsible for finalizing suspend

Re: [Xen-devel] [PATCH 7/7] xen/arm: Restore IRQ affinity after hotplugging a CPU

2018-04-12 Thread Mirela Simonovic
Hi Stefano, v->processor has to be updated before the sched_move_irqs is called. Since updating v->processor is done after the 'if (v->affinity_broken)' check I had to put sched_move_irqs below, where it is. Thanks, Mirela On Thu, Apr 12, 2018 at 2:20 AM, Stefano Stabellini

Re: [Xen-devel] [PATCH 7/7] xen/arm: Restore IRQ affinity after hotplugging a CPU

2018-04-11 Thread Stefano Stabellini
On Wed, 11 Apr 2018, Mirela Simonovic wrote: > Secondary pCPUs will be offlined on system suspend and hotplugged > on resume. When offlining secondary CPUs all interrupts targeted > to those CPUs will be routed to the boot CPU. The boot CPU > is responsible for finalizing suspend procedure. All

Re: [Xen-devel] [PATCH 7/7] xen/arm: Restore IRQ affinity after hotplugging a CPU

2018-04-11 Thread Julien Grall
Hi, Please CC relevant maintainers for the code you modify. You can use scripts/get_maintainers.pl for that. I have CCed them for you this time. Cheers, On 11/04/18 14:19, Mirela Simonovic wrote: Secondary pCPUs will be offlined on system suspend and hotplugged on resume. When offlining

[Xen-devel] [PATCH 7/7] xen/arm: Restore IRQ affinity after hotplugging a CPU

2018-04-11 Thread Mirela Simonovic
Secondary pCPUs will be offlined on system suspend and hotplugged on resume. When offlining secondary CPUs all interrupts targeted to those CPUs will be routed to the boot CPU. The boot CPU is responsible for finalizing suspend procedure. All wake-up interrupts are therefore targeted to the boot