From 3f58359ce40f2aa4e4481a87d650ef19f10de60d Mon Sep 17 00:00:00 2001 From: Dennis Potter Date: Mon, 16 Jul 2018 13:41:42 +0200 Subject: [PATCH] It is a bad idea to have a smaller CQ than recv. Queue --- etc/infiniband.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/infiniband.conf b/etc/infiniband.conf index 7668e1c81..df3fba081 100644 --- a/etc/infiniband.conf +++ b/etc/infiniband.conf @@ -14,9 +14,9 @@ nodes = { address = "10.0.0.2:1337", max_wrs = 8192, - cq_size = 2048, + cq_size = 8192, - vectorize = 64, + vectorize = 1, poll_mode = "BUSY", buffer_subtraction = 128, @@ -29,7 +29,7 @@ nodes = { max_wrs = 8192, cq_size = 256, - vectorize = 64, + vectorize = 1, send_inline = 1, max_inline_data = 60,