lkml.org 
[lkml]   [2011]   [Mar]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] bitmap, irq: Add smp_affinity_list interface to /proc/irq
On Tue, 29 Mar 2011 18:04:56 -0700 Mike Travis <travis@sgi.com> wrote:

>
>
> Andrew Morton wrote:
> > On Tue, 29 Mar 2011 17:51:18 -0700 Mike Travis <travis@sgi.com> wrote:
> >
> >>> Also, the patch adds a new interface which duplicates an existing one,
> >>> only the formats are different, yes? This is, of course, bad.
> >>>
> >>> The only justification we've seen for being bad is "Manually adjusting
> >>> the smp_affinity for IRQ's becomes unwieldy when the cpu count is
> >>> large". A more thorough description of how painful this is might help
> >>> motivate people to do bad things to the kernel.
> >>>
> >>> Also, if it's just a matter of an alternative presentation of the data,
> >>> why not implement the desired user interface with a little userspace
> >>> tool then feed the results down into the existing kernel interface?
> >>>
> >> Setting smp affinity to cpus 256 to 263 would be:
> >>
> >> echo 000000ff,00000000,00000000,00000000,00000000,00000000,00000000,00000000 > smp_affinity
> >>
> >> instead of:
> >>
> >> echo 256-263 > smp_affinity_list
> >>
> >> Think about what it looks like for cpus around say, 4088 to 4095.
> >>
> >> We already have many alternate "list" interfaces:
> >>
> >> /sys/devices/system/cpu/cpuX/indexY/shared_cpu_list
> >> /sys/devices/system/cpu/cpuX/topology/thread_siblings_list
> >> /sys/devices/system/cpu/cpuX/topology/core_siblings_list
> >> /sys/devices/system/node/nodeX/cpulist
> >> /sys/devices/pci***/***/local_cpulist
> >>
> >> etc.
> >>
> >> This just expands on that same philosophy.
> >
> > You mean that if someone had written a stupid little tool to convert a
> > list of tuples into a bitmap, we wouldn't have needed to add all that
> > crap to the kernel?
> >
>
> We actually had a problem where the interface would not take enough characters
> to set the irq mask. (It has since been fixed.)
>
> I don't mind if there's an alternate way to do this if you really feel strongly
> about it. Be nice if it was somehow included but that requires yet way more
> infrastructure somewhere else.
>
> How about if I #ifdef CONFIG_MAX_SMP around it? It's really not needed if
> you only have a few cpu's enabled.

Oh, I'm just using your patch as an opportunity to have my regular rant
about how much we suck. Our hammer is kernel patches and all problems
look like nails, but we'd end up with better user interfaces and a
better kernel if we'd just stop stuffing more and fatter user interface
code into the kernel.

Please redo the patch with documentation updates and a changelog which
suitably justifies its awfulness and I'll add my Sucked-off-by: to it.

> [If it was up to me, I'd eliminate the bitmask interfaces and just keep the
> list interfaces. That's the stupid interface that's not needed, and far more
> shortsighted.]

Agree.

It's not impossible to remove those interfaces. My preferred approach
is to add a once-per-boot warning printk if anyone uses the old
interface and to remove the thing altogether in three or five years.

That reminds me. It's been like ten years. Someone please delete sys_bdflush().




\
 
 \ /
  Last update: 2011-03-30 03:15    [W:0.048 / U:0.424 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site