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

infiniband: compiler fix

This commit is contained in:
Steffen Vogel 2021-09-17 18:25:45 +02:00
parent 0dc8adcdd3
commit ced57610cb

View file

@ -1017,7 +1017,8 @@ static void register_plugin() {
p.description = "Infiniband interface (libibverbs, librdmacm)";
p.vectorize = 0;
p.size = sizeof(struct infiniband);
p.pool_size = 8192;
// TODO: fix
// p.pool_size = 8192;
p.destroy = ib_destroy;
p.parse = ib_parse;
p.check = ib_check;