diff options
author | Eli Dorfman <dorfman.eli@gmail.com> | 2008-04-29 13:46:52 -0700 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-04-29 13:46:52 -0700 |
commit | 87528227dfa8776d12779d073c217f0835fd6d20 (patch) | |
tree | b81e95f35826bc266fef2f425bee225f4b347a02 /include/scsi/libiscsi.h | |
parent | 6f735e36bad6fa4949271b3c3d0f331aad812313 (diff) | |
download | op-kernel-dev-87528227dfa8776d12779d073c217f0835fd6d20.zip op-kernel-dev-87528227dfa8776d12779d073c217f0835fd6d20.tar.gz |
IB/iser: Count FMR alignment violations per session
Count FMR alignment violations per session as part of the iscsi
statistics.
Signed-off-by: Eli Dorfman <elid@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'include/scsi/libiscsi.h')
-rw-r--r-- | include/scsi/libiscsi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/libiscsi.h b/include/scsi/libiscsi.h index 7b90b63..cd3ca63 100644 --- a/include/scsi/libiscsi.h +++ b/include/scsi/libiscsi.h @@ -225,6 +225,7 @@ struct iscsi_conn { /* custom statistics */ uint32_t eh_abort_cnt; + uint32_t fmr_unalign_cnt; }; struct iscsi_pool { |