From b11377f2e92dddddd043af189714a6ffb9ec2170 Mon Sep 17 00:00:00 2001 From: Balazs Gerofi Date: Thu, 13 Sep 2018 11:00:47 +0900 Subject: [PATCH] Increase IKC master channel size Change-Id: I183878bb22b848e1230f8028947cf46485293471 --- arch/x86_64/kernel/mikc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86_64/kernel/mikc.c b/arch/x86_64/kernel/mikc.c index 79ced05a..7a57e84f 100644 --- a/arch/x86_64/kernel/mikc.c +++ b/arch/x86_64/kernel/mikc.c @@ -30,7 +30,7 @@ int ihk_mc_ikc_init_first_local(struct ihk_ikc_channel_desc *channel, memset(channel, 0, sizeof(struct ihk_ikc_channel_desc)); - mikc_queue_pages = ((2 * num_processors * MASTER_IKCQ_PKTSIZE) + mikc_queue_pages = ((4 * num_processors * MASTER_IKCQ_PKTSIZE) + (PAGE_SIZE - 1)) / PAGE_SIZE; /* Place both sides in this side */