From 62454ff49fe02a9b7d08d812235badbb94c66add Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Tue, 10 Sep 2013 09:26:17 -0700 Subject: [PATCH] mpxyd: set eager completion on by default Signed-off-by: Arlin Davis --- doc/mpxyd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mpxyd.conf b/doc/mpxyd.conf index a1813a9..f2a9854 100644 --- a/doc/mpxyd.conf +++ b/doc/mpxyd.conf @@ -145,9 +145,9 @@ mcm_ib_inline 128 # mcm_eager_completion: # complete and signal write request after scif_readfrom has moved all data, otherwise wait for IB completions. -# Default is disabled. +# Default is enabled. -mcm_eager_completion 0 +mcm_eager_completion 1 # mcm_counters # log and print device CM, DTO, and event counters. Output any non-zero results at device close. -- 2.46.0