2003-05-22 17:03:51

by James Bottomley

[permalink] [raw]
Subject: [PATCH] 1/2 Add exposure of the irq delivery mask on x86


This exposes a delivery mask in /proc/<irq>/mask for the userspace irq
balancer to use in its calculations.

The only current consumer of this on x86 would be voyager I think (patch
for voyager follows).

James


Attachments:
tmp.diff (2.25 kB)

2003-05-22 22:35:26

by Keith Mannthey

[permalink] [raw]
Subject: Re: [PATCH] 1/2 Add exposure of the irq delivery mask on x86

>>This exposes a delivery mask in /proc/<irq>/mask for the userspace irq
>>balancer to use in its calculations.

What exactly are you trying to expose? These patches look to just show
what cpus are on-line. Wouldn't this just be the cpu_online_map in all
cases? I guess I am a little confuses by what a "delivery mask" is.

Thanks,
Keith


2003-05-23 00:12:33

by Keith Mannthey

[permalink] [raw]
Subject: Re: [PATCH] 1/2 Add exposure of the irq delivery mask on x86

On Thu, 2003-05-22 at 15:50, Keith Mannthey wrote:
> >>This exposes a delivery mask in /proc/<irq>/mask for the userspace irq
> >>balancer to use in its calculations.
>
> What exactly are you trying to expose? These patches look to just show
> what cpus are on-line. Wouldn't this just be the cpu_online_map in all
> cases? I guess I am a little confuses by what a "delivery mask" is.
>
> Thanks,
> Keith
>
Sorry I read the voyager.txt file and I understand what you are trying
to do now.

Keith