[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.21.1906161151240.1760@nanos.tec.linutronix.de>
Date: Sun, 16 Jun 2019 11:55:03 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Ricardo Neri <ricardo.neri-calderon@...ux.intel.com>
cc: Ingo Molnar <mingo@...nel.org>, Borislav Petkov <bp@...e.de>,
Ashok Raj <ashok.raj@...el.com>,
Joerg Roedel <joro@...tes.org>,
Andi Kleen <andi.kleen@...el.com>,
Peter Zijlstra <peterz@...radead.org>,
Suravee Suthikulpanit <Suravee.Suthikulpanit@....com>,
Stephane Eranian <eranian@...gle.com>,
"Ravi V. Shankar" <ravi.v.shankar@...el.com>,
Randy Dunlap <rdunlap@...radead.org>, x86@...nel.org,
linux-kernel@...r.kernel.org, iommu@...ts.linux-foundation.org,
Ricardo Neri <ricardo.neri@...el.com>,
Tony Luck <tony.luck@...el.com>,
Jacob Pan <jacob.jun.pan@...el.com>,
Juergen Gross <jgross@...e.com>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Wincy Van <fanwenyi0529@...il.com>,
Kate Stewart <kstewart@...uxfoundation.org>,
Philippe Ombredanne <pombredanne@...b.com>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Baoquan He <bhe@...hat.com>,
Jan Kiszka <jan.kiszka@...mens.com>,
Lu Baolu <baolu.lu@...ux.intel.com>
Subject: Re: [RFC PATCH v4 18/21] x86/apic: Add a parameter for the APIC
delivery mode
On Thu, 23 May 2019, Ricardo Neri wrote:
>
> struct irq_cfg {
> - unsigned int dest_apicid;
> - unsigned int vector;
> + unsigned int dest_apicid;
> + unsigned int vector;
> + enum ioapic_irq_destination_types delivery_mode;
And how is this related to IOAPIC? I know this enum exists already, but in
connection with MSI this does not make any sense at all.
> +
> + /*
> + * Initialize the delivery mode of this irq to match the
> + * default delivery mode of the APIC. This is useful for
> + * children irq domains which want to take the delivery
> + * mode from the individual irq configuration rather
> + * than from the APIC.
> + */
> + apicd->hw_irq_cfg.delivery_mode = apic->irq_delivery_mode;
And here it's initialized from apic->irq_delivery_mode, which is an
u32. Intuitive and consistent - NOT!
Thanks,
tglx
Powered by blists - more mailing lists