[Skiboot] [PATCH 04/13] xive: Comments about in-memory overflow queues
Benjamin Herrenschmidt
benh at kernel.crashing.org
Mon Jan 16 15:36:26 AEDT 2017
Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
---
hw/xive.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hw/xive.c b/hw/xive.c
index 7aff35a..81ff30c 100644
--- a/hw/xive.c
+++ b/hw/xive.c
@@ -1424,6 +1424,10 @@ static bool xive_set_local_tables(struct xive *x)
return false;
#endif
+ /* XXX For the queue overflow, configure VSD VST_TSEL_IRQ
+ * with block id 0 to 5 (6 queues) with some 64k page
+ */
+
return true;
}
--
2.9.3
More information about the Skiboot
mailing list