1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

It is a bad idea to have a smaller CQ than recv. Queue

This commit is contained in:
Dennis Potter 2018-07-16 13:41:42 +02:00
parent d9080fa1db
commit 3f58359ce4

View file

@ -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,