|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 07/36] xen/arm: add coloring data to domains
From: Luca Miccio <lucmiccio@xxxxxxxxx>
We want to be able to associate an assignment of cache colors to each
domain. Add a configurable-length array containing a set of color
indices in the domain data.
Signed-off-by: Luca Miccio <lucmiccio@xxxxxxxxx>
Signed-off-by: Marco Solieri <marco.solieri@xxxxxxxxxxxxxxx>
---
xen/include/xen/sched.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h
index 10ea969c7a..bfbe72b3ea 100644
--- a/xen/include/xen/sched.h
+++ b/xen/include/xen/sched.h
@@ -388,6 +388,10 @@ struct domain
atomic_t shr_pages; /* shared pages */
atomic_t paged_pages; /* paged-out pages */
+ /* Coloring. */
+ uint32_t *colors;
+ uint32_t max_colors;
+
/* Scheduling. */
void *sched_priv; /* scheduler-specific data */
struct sched_unit *sched_unit_list;
--
2.30.2
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |