From c435b48fae2db343df70e948418abff277ffb998 Mon Sep 17 00:00:00 2001 From: isaac Date: Thu, 31 May 2007 17:02:20 +0000 Subject: [PATCH] i=eeb - ptllnd logs a piece of incorrect debug info in kptllnd_peer_handle_hello. --- lnet/ChangeLog | 4 ++++ lnet/klnds/ptllnd/ptllnd_peer.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lnet/ChangeLog b/lnet/ChangeLog index f12f2dc..019e195 100644 --- a/lnet/ChangeLog +++ b/lnet/ChangeLog @@ -32,6 +32,10 @@ Severity : minor Frequency : rare +Description: ptllnd logs a piece of incorrect debug info in kptllnd_peer_handle_hello. + +Severity : minor +Frequency : rare Description: the_lnet.ln_finalizing was not set when the current thread is about to complete messages. It only affects multi-threaded user space LNet. diff --git a/lnet/klnds/ptllnd/ptllnd_peer.c b/lnet/klnds/ptllnd/ptllnd_peer.c index 71329e2..fc52df7 100644 --- a/lnet/klnds/ptllnd/ptllnd_peer.c +++ b/lnet/klnds/ptllnd/ptllnd_peer.c @@ -965,7 +965,7 @@ kptllnd_peer_handle_hello (ptl_process_id_t initiator, CERROR("%s: max message size %d < MIN %d", libcfs_id2str(lpid), msg->ptlm_u.hello.kptlhm_max_msg_size, - *kptllnd_tunables.kptl_max_msg_size); + PTLLND_MIN_BUFFER_SIZE); return NULL; } -- 1.8.3.1