All of lore.kernel.org
 help / color / mirror / Atom feed
From: Radu Rendec <rrendec@redhat.com>
To: "Marc Zyngier" <maz@kernel.org>, "Marek Behún" <kabel@kernel.org>
Cc: linux-kernel@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>,
	pali@kernel.org, Brian Masney <bmasney@redhat.com>
Subject: Re: irqdomain API: how to set affinity of parent irq of chained irqs?
Date: Thu, 06 Apr 2023 19:56:40 -0400	[thread overview]
Message-ID: <d1166229fdead30fcbf3c2bd88ca1bd4ebffbce9.camel@redhat.com> (raw)
In-Reply-To: <87fslr7ygl.wl-maz@kernel.org>

Hello Marc, Marek,

On Tue, 2022-05-03 at 10:32 +0100, Marc Zyngier wrote:
> On Mon, 02 May 2022 16:45:59 +0100,
> Marek Behún <kabel@kernel.org> wrote:
> > 
> > On Mon, 02 May 2022 10:31:11 +0100
> > Marc Zyngier <maz@kernel.org> wrote:
> > 
> > > On Mon, 02 May 2022 09:21:37 +0100,
> > > Marek Behún <kabel@kernel.org> wrote:
> > > > 
> > > > Dear Marc, Thomas,
> > > > 
> > > > we have encountered the following problem that can hopefully be put
> > > > some light onto: What is the intended way to set affinity (and possibly
> > > > other irq attributes) of parent IRQ of chained IRQs, when using the
> > > > irqdomain API?  
> > > 
> > > Simples: you can't. What sense does it make to change the affinity of
> > > the parent interrupt, given that its fate is tied to *all* of the
> > > other interrupts that are muxed to it?
> > 
> > Dear Marc,
> > 
> > thank you for your answer. Still:
> > 
> > What about when we want to set the same affinity for all the chained
> > interrupts?
> > 
> > Example: on Armada 385 there are 4 PCIe controllers. Each controller
> > has one interrupt from which we trigger chained interrupts. We would
> > like to configure each controller to trigger interrupt (and thus all
> > chained interrupts in the domain) on different CPU core.
> > 
> > Moreover we would really like to do this in runtime, through sysfs,
> > depending on for example whether there are cards plugged in the PCIe
> > ports.
> > 
> > Maybe there should be some mechanism to allow to change affinity for
> > whole irqdomain, or something?
> 
> Should? Maybe. But not for an irqdomain (which really doesn't have
> anything to do with interrupt affinity).
> 
> What you may want is a new sysfs interface that would allow a parent
> interrupt affinity being changed, but also exposing to userspace all
> the interrupts this affects *at the same time*. something like:
> 
> /sys/kernel/irq/42/smp_affinity_list
> /sys/kernel/irq/42/muxed_irqs/
> /sys/kernel/irq/42/muxed_irqs/56 -> ../../56
> /sys/kernel/irq/42/muxed_irqs/57 -> ../../57
> 
> The main issues are that:
> 
> - we don't really track the muxing information in any of the data
>   structures, so you can't just walk a short list and generate this
>   information. You'd need to build the topology information at
>   allocation time (or fish it out at runtime, but that's likely a
>   pain).
> 
> - sysfs doesn't deal with affinities at all. procfs does, but adding
>   more crap there is frowned upon.
> 
> - it *must* be a new interface. You can't repurpose the existing one,
>   as something like irqbalance would be otherwise be massively
>   confused by seeing interrupts moving around behind its back.
> 
> - conversely, you'll need to teach irqbalance how to deal with this
>   new interface.
> 
> - this needs to be safe against CPU hotplug. It probably already is,
>   but nobody ever tested it, given that userspace can't interact with
>   these interrupts at the moment.

Are you aware of any work being done (or having been done) in this
area? Thanks in advance!

My colleagues and I are looking into picking this up and implementing
the new sysfs interface and the related irqbalance changes, and we are
currently evaluating the level of effort. Obviously, we would like to
avoid any effort duplication.

Best regards,
Radu


  reply	other threads:[~2023-04-06 23:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-02  8:21 irqdomain API: how to set affinity of parent irq of chained irqs? Marek Behún
2022-05-02  9:31 ` Marc Zyngier
2022-05-02 15:45   ` Marek Behún
2022-05-03  9:32     ` Marc Zyngier
2023-04-06 23:56       ` Radu Rendec [this message]
2023-04-07  9:18         ` Marc Zyngier
2023-04-20 22:22           ` Radu Rendec

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d1166229fdead30fcbf3c2bd88ca1bd4ebffbce9.camel@redhat.com \
    --to=rrendec@redhat.com \
    --cc=bmasney@redhat.com \
    --cc=kabel@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maz@kernel.org \
    --cc=pali@kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.