[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 03/14] ppc/xive2: Add grouping level to notification
From: |
Nicholas Piggin |
Subject: |
Re: [PATCH v2 03/14] ppc/xive2: Add grouping level to notification |
Date: |
Mon, 10 Mar 2025 13:43:57 +1000 |
On Tue Dec 10, 2024 at 10:05 AM AEST, Michael Kowal wrote:
> From: Frederic Barrat <fbarrat@linux.ibm.com>
>
> The NSR has a (so far unused) grouping level field. When a interrupt
> is presented, that field tells the hypervisor or OS if the interrupt
> is for an individual VP or for a VP-group/crowd. This patch reworks
> the presentation API to allow to set/unset the level when
> raising/accepting an interrupt.
>
> It also renames xive_tctx_ipb_update() to xive_tctx_pipr_update() as
> the IPB is only used for VP-specific target, whereas the PIPR always
> needs to be updated.
>
> Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com>
> Signed-off-by: Michael Kowal <kowal@linux.ibm.com>
BTW. the series went a bit out of whack, I suspect because of an older
iteration of patches leftover from a previous git format-patch, then
git send-email *.patch picks up some of the old patches if they were
renamed or reordered.
Don't worry this has bitten me before. Would be nice if send-email had
some heuristic to sanity check metadata in cover letter and subject
lines to warn about this...
I think I've been able to untangle it.
Thanks,
Nick
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH v2 03/14] ppc/xive2: Add grouping level to notification,
Nicholas Piggin <=