Skip to content
Snippets Groups Projects
Commit cc4bf9df authored by Utz-Uwe Haus's avatar Utz-Uwe Haus
Browse files

Pre-post 50% of max outstanding receives per EP

parent 8ad9bcf4
Branches
No related tags found
No related merge requests found
...@@ -3282,8 +3282,6 @@ mstro_ofi__default_num_recv(const struct mstro_endpoint *ep) ...@@ -3282,8 +3282,6 @@ mstro_ofi__default_num_recv(const struct mstro_endpoint *ep)
val = 1; val = 1;
if(val>512) // cap it if(val>512) // cap it
val = 512; val = 512;
WARN("FIXME: resticting to 1 outstanding receive for debugging purposes\n");
val = 1;
INFO("EP claims %" PRIu64 " concurrent receives supported; pre-posting %zu\n", INFO("EP claims %" PRIu64 " concurrent receives supported; pre-posting %zu\n",
ep->fi->rx_attr->size, val); ep->fi->rx_attr->size, val);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment