From c46d8d4b28f4b658a188ab42d41d2e40ad7e5827 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Wed, 5 Jun 2013 15:21:09 -0700 Subject: [PATCH] config: set eager_completion default setting to disabled Signed-off-by: Arlin Davis --- doc/mpxyd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mpxyd.conf b/doc/mpxyd.conf index 2c85450..6a385a5 100644 --- a/doc/mpxyd.conf +++ b/doc/mpxyd.conf @@ -145,7 +145,7 @@ mcm_ib_inline 128 # complete and signal write request after scif_readfrom has moved all data, otherwise wait for IB completions. # Default is disabled. -mcm_eager_completion 1 +mcm_eager_completion 0 # mcm_counters # log and print device CM, DTO, and event counters. Output any non-zero results at device close. -- 2.41.0