]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iser-target: Split and properly type the login buffer
authorChristoph Hellwig <hch@lst.de>
Wed, 24 Feb 2016 17:24:05 +0000 (19:24 +0200)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sat, 5 Mar 2016 07:35:51 +0000 (23:35 -0800)
commit7e2f756c412b3e7bef6189faf792f119c39359b8
treee0e0226bb2d1f7b44ca2a3db8cc823dcdd758568
parenta6324f7a407b271ce501b974d2d9c37576e77445
iser-target: Split and properly type the login buffer

The login receive buffer is used as a iser_rx_desc, so type it as such
in struct isert_conn and allocate the exactly right space for it.  The
TX buffer is moved to a separate variable and properly sized as well.

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>
drivers/infiniband/ulp/isert/ib_isert.c
drivers/infiniband/ulp/isert/ib_isert.h