commit | ed1083b251f0ed992e90739994c31cffa597abfa | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Feb 24 19:24:04 2016 +0200 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Thu Mar 10 21:48:42 2016 -0800 |
tree | 2cc423b2baf2dfae6b0f65f1cf5876ee21d74663 | |
parent | 26c7b673db576b6345e2de1c53bdce125d2f180a [diff] |
iser-target: Remove ISER_RECV_DATA_SEG_LEN This is the same as ISCSI_DEF_MAX_RECV_SEG_LEN (and must be the same given the structure layouts), so just use that constant instead. This also allows removing ISER_RX_LOGIN_SIZE in favor of ISER_RX_PAYLOAD_SIZE. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>