Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mshv: Fix VpRootDispatchThreadBlocked value

This value in the VP stats page is used to track if the VP can be
dispatched for execution when there are no fast interrupts injected.

The original value of 201 was used in a version of the hypervisor
which did not ship. It was subsequently changed to 202 so that is the
correct value.

Signed-off-by: Stanislav Kinsburskii <skinsburskii@linux.microsoft.com>
Signed-off-by: Nuno Das Neves <nunodasneves@linux.microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>

authored by

Nuno Das Neves and committed by
Wei Liu
7563d021 3a866087

+1 -1
+1 -1
drivers/hv/mshv_root_main.c
··· 41 41 /* TODO move this to another file when debugfs code is added */ 42 42 enum hv_stats_vp_counters { /* HV_THREAD_COUNTER */ 43 43 #if defined(CONFIG_X86) 44 - VpRootDispatchThreadBlocked = 201, 44 + VpRootDispatchThreadBlocked = 202, 45 45 #elif defined(CONFIG_ARM64) 46 46 VpRootDispatchThreadBlocked = 94, 47 47 #endif