IKC: increase message queue sizes

Change-Id: Ib1eee4d26b8304cbee16fe50caabfc2c19e5c2e3
This commit is contained in:
Balazs Gerofi
2019-09-26 12:09:35 +09:00
committed by Masamichi Takagi
parent 2db3717e57
commit b5337358cf
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,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 = ((4 * num_processors * MASTER_IKCQ_PKTSIZE)
mikc_queue_pages = ((8 * num_processors * MASTER_IKCQ_PKTSIZE)
+ (PAGE_SIZE - 1)) / PAGE_SIZE;
/* Place both sides in this side */