Increase IKC master channel size

Change-Id: I183878bb22b848e1230f8028947cf46485293471
This commit is contained in:
Balazs Gerofi
2018-09-13 11:00:47 +09:00
committed by Dominique Martinet
parent ed1edb152b
commit b11377f2e9

View File

@ -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 */