RE: [PATCH] Choose CPU based on allocated IRQs

2018-10-30 Thread Long Li
> Subject: Re: [PATCH] Choose CPU based on allocated IRQs > > Long, > > On Tue, 23 Oct 2018, Long Li wrote: > > thanks for this patch. > > A trivial formal thing ahead. The subject line > >[PATCH] Choose CPU based on allocated IRQs > > is lacking a

RE: [PATCH] Choose CPU based on allocated IRQs

2018-10-30 Thread Long Li
> Subject: Re: [PATCH] Choose CPU based on allocated IRQs > > Long, > > On Tue, 23 Oct 2018, Long Li wrote: > > thanks for this patch. > > A trivial formal thing ahead. The subject line > >[PATCH] Choose CPU based on allocated IRQs > > is lacking a

Re: [PATCH] Choose CPU based on allocated IRQs

2018-10-29 Thread Thomas Gleixner
Long, On Tue, 23 Oct 2018, Long Li wrote: thanks for this patch. A trivial formal thing ahead. The subject line [PATCH] Choose CPU based on allocated IRQs is lacking a proper subsystem prefix. In most cases you can figure the prefix out by running 'git log path/to/file' which in this case

Re: [PATCH] Choose CPU based on allocated IRQs

2018-10-29 Thread Thomas Gleixner
Long, On Tue, 23 Oct 2018, Long Li wrote: thanks for this patch. A trivial formal thing ahead. The subject line [PATCH] Choose CPU based on allocated IRQs is lacking a proper subsystem prefix. In most cases you can figure the prefix out by running 'git log path/to/file' which in this case

RE: [PATCH] Choose CPU based on allocated IRQs

2018-10-29 Thread Michael Kelley
From: Long Li Sent: Monday, October 22, 2018 6:41 PM > > In irq_matrix, "available" is set when IRQs are allocated earlier in the IRQ > assigning process. > > Later, when IRQs are activated those values are not good indicators of what > CPU to choose to assign to this IRQ. > > Change to

RE: [PATCH] Choose CPU based on allocated IRQs

2018-10-29 Thread Michael Kelley
From: Long Li Sent: Monday, October 22, 2018 6:41 PM > > In irq_matrix, "available" is set when IRQs are allocated earlier in the IRQ > assigning process. > > Later, when IRQs are activated those values are not good indicators of what > CPU to choose to assign to this IRQ. > > Change to

[PATCH] Choose CPU based on allocated IRQs

2018-10-22 Thread Long Li
From: Long Li In irq_matrix, "available" is set when IRQs are allocated earlier in the IRQ assigning process. Later, when IRQs are activated those values are not good indicators of what CPU to choose to assign to this IRQ. Change to choose CPU for an IRQ based on how many IRQs are already

[PATCH] Choose CPU based on allocated IRQs

2018-10-22 Thread Long Li
From: Long Li In irq_matrix, "available" is set when IRQs are allocated earlier in the IRQ assigning process. Later, when IRQs are activated those values are not good indicators of what CPU to choose to assign to this IRQ. Change to choose CPU for an IRQ based on how many IRQs are already