Whamcloud - gitweb
LU-4577 lnet: Dropped messages are not accounted correctly 96/9096/3
authorMatt Ezell <ezellma@ornl.gov>
Mon, 3 Feb 2014 18:19:48 +0000 (13:19 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 19 Feb 2014 02:12:28 +0000 (02:12 +0000)
commit3abb0bb5f82559f2f5349dca763cf6edc7f6754b
treedc438dd155e13e85edcd6532450a797cd2649662
parentc6041da30a189e2bd2f2dd85b6032cb9b99a769d
LU-4577 lnet: Dropped messages are not accounted correctly

LNET messages that are dropped are not accounted for correctly in
/proc/sys/lnet/stats. What I assume to be a simple typo is causing
drop_length to be double-counted and drop_count to never be
incremented.

Signed-off-by: Matt Ezell <ezellma@ornl.gov>
Change-Id: I761c62b1f3c4c4ceffbe47008b79692a6e643458
Reviewed-on: http://review.whamcloud.com/9096
Reviewed-by: James Nunez <james.a.nunez@intel.com>
Reviewed-by: James Simmons <uja.ornl@gmail.com>
Tested-by: Jenkins
Reviewed-by: Isaac Huang <he.huang@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Liang Zhen <liang.zhen@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lnet/lnet/api-ni.c