lkml.org 
[lkml]   [2019]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC PATCH v4 21/21] x86/watchdog/hardlockup/hpet: Support interrupt remapping
On Sun, 16 Jun 2019, Thomas Gleixner wrote:

> On Thu, 23 May 2019, Ricardo Neri wrote:
> > +/** irq_remapping_enabled() - Detect if interrupt remapping is enabled
> > + * @hdata: A data structure with the HPET block id
> > + *
> > + * Determine if the HPET block that the hardlockup detector is under
> > + * the remapped interrupt domain.
> > + *
> > + * Returns: True interrupt remapping is enabled. False otherwise.
> > + */
> > +static bool irq_remapping_enabled(struct hpet_hld_data *hdata)
> > +{
> > + struct irq_alloc_info info;
> > +
> > + init_irq_alloc_info(&info, NULL);
> > + info.type = X86_IRQ_ALLOC_TYPE_HPET;
> > + info.hpet_id = hdata->blockid;
> > +
> > + return !!irq_remapping_get_ir_irq_domain(&info);
> > +}
> > +
> > /**
> > * compose_msi_msg() - Populate address and data fields of an MSI message
> > * @hdata: A data strucure with the message to populate
> > @@ -161,6 +181,9 @@ static int update_msi_destid(struct hpet_hld_data *hdata)
> > {
> > u32 destid;
> >
> > + if (irq_remapping_enabled(hdata))
> > + return hld_hpet_intremap_activate_irq(hdata);
>
> No. This is horrible hackery violating all the layering which we carefully
> put into place to avoid exactly this kind of sprinkling conditionals into
> all code pathes.
>
> With some thought the existing irqdomain hierarchy can be used to achieve
> the same thing without tons of extra functions and conditionals.

And of course this whole thing falls completely apart when someone enables
the hpet watchdog on AMD.

Can you folks please stop this works for me tinkering and finally grasp
that there is a world outside of Intel and outside of big enterprise boxes?

Thanks,

tglx

\
 
 \ /
  Last update: 2019-06-16 10:54    [W:0.224 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site