diff options
| author | Eli Dorfman <dorfman.eli@gmail.com> | 2008-04-29 16:46:52 -0400 |
|---|---|---|
| committer | Roland Dreier <rolandd@cisco.com> | 2008-04-29 16:46:52 -0400 |
| commit | 87528227dfa8776d12779d073c217f0835fd6d20 (patch) | |
| tree | b81e95f35826bc266fef2f425bee225f4b347a02 /include/scsi | |
| parent | 6f735e36bad6fa4949271b3c3d0f331aad812313 (diff) | |
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')
| -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 7b90b63fb5c7..cd3ca63d4fb1 100644 --- a/include/scsi/libiscsi.h +++ b/include/scsi/libiscsi.h | |||
| @@ -225,6 +225,7 @@ struct iscsi_conn { | |||
| 225 | 225 | ||
| 226 | /* custom statistics */ | 226 | /* custom statistics */ |
| 227 | uint32_t eh_abort_cnt; | 227 | uint32_t eh_abort_cnt; |
| 228 | uint32_t fmr_unalign_cnt; | ||
| 228 | }; | 229 | }; |
| 229 | 230 | ||
| 230 | struct iscsi_pool { | 231 | struct iscsi_pool { |
