From cc4bf9df2f166844dd884c47d4d9533a4964e71d Mon Sep 17 00:00:00 2001
From: Utz-Uwe Haus <uhaus@hpe.com>
Date: Fri, 19 Aug 2022 14:25:25 +0300
Subject: [PATCH] Pre-post 50% of max outstanding receives per EP

---
 maestro/ofi.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/maestro/ofi.c b/maestro/ofi.c
index 978c6d55..a4486034 100644
--- a/maestro/ofi.c
+++ b/maestro/ofi.c
@@ -3282,8 +3282,6 @@ mstro_ofi__default_num_recv(const struct mstro_endpoint *ep)
     val = 1;
   if(val>512) // cap it
     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",
        ep->fi->rx_attr->size, val);
 
-- 
GitLab