commit | 1caa70d8a7c0e8427cb8381f29e759bda4ea2dcd | [log] [tgz] |
---|---|---|
author | Jenny Derzhavetz <[email protected]> | Wed Dec 09 14:12:02 2015 +0200 |
committer | Doug Ledford <[email protected]> | Thu Dec 24 00:17:34 2015 -0500 |
tree | 604a5f9eb0b0390f0f462ab47257dc12cf06c49e | |
parent | b5f04b00f73d8f5d7755f5be7d05258641d99126 [diff] |
IB/iser: set intuitive values for mr_valid This parameter is described as "is mr valid indicator". In other words, it indicates whether memory registration is valid or not. So intuitive values would be: mr_valid=True, when memory registration is valid and mr_valid=False otherwise. Signed-off-by: Jenny Derzhavetz <[email protected]> Signed-off-by: Sagi Grimberg <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Doug Ledford <[email protected]>