diff --git a/lnet/ChangeLog b/lnet/ChangeLog index f12f2dc916933ced9bb7396f85a532f6d3e8939f..019e1950dcd190a6a121bbad40da6ac7339712cf 100644 --- a/lnet/ChangeLog +++ b/lnet/ChangeLog @@ -30,6 +30,10 @@ ptllnd - Portals 3.3 / UNICOS/lc 1.5.x, 2.0.x * bug fixes +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 diff --git a/lnet/klnds/ptllnd/ptllnd_peer.c b/lnet/klnds/ptllnd/ptllnd_peer.c index 71329e2cf698c0d760555e689a64ca4e9dcb0c9f..fc52df75e6db22a0f0ae893f54a279e2be153394 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; }