public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Question about gic vmovp cmd] Consider adding VINVALL after VMOVP
@ 2023-05-26  6:04 wangwudi
  2023-05-26  7:02 ` Marc Zyngier
  0 siblings, 1 reply; 5+ messages in thread
From: wangwudi @ 2023-05-26  6:04 UTC (permalink / raw)
  To: Marc Zyngier; +Cc: linux-kernel

Hi Marc,

During vpe migration, VMOVP needs to be executed.
If the vpe is migrated for the first time, especially before it is scheduled for the first time, there may be some unusual hanppens over kexec.
We might consider adding a VINVALL cmd after VMOVP to increase robustness.

@@ -1327,6 +1327,7 @@ static void its_send_vmovp(struct its_vpe *vpe)

                desc.its_vmovp_cmd.col = &its->collections[col_id];
                its_send_single_vcommand(its, its_build_vmovp_cmd, &desc);
+               its_send_vinvall(its, vpe);
        }

Do you think it's all right?

Thanks,
Wudi

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-29 13:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-26  6:04 [Question about gic vmovp cmd] Consider adding VINVALL after VMOVP wangwudi
2023-05-26  7:02 ` Marc Zyngier
     [not found]   ` <7f07c54fb0a4448fbccce0f97cb5e512@hisilicon.com>
2023-05-27  9:51     ` wangwudi
2023-05-27 13:22       ` Marc Zyngier
     [not found]         ` <f1f7296dc4fa429d97f7a48c8c4552ae@hisilicon.com>
2023-05-29 13:35           ` wangwudi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox