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>
Fri, 11 Mar 2016 05:48:44 +0000 (21:48 -0800)
commit5adabdd122e471fe978d49471624bab08b5373a7
tree83ae3d0ff9c3263ad1c347419800397d7ed5ccff
parented1083b251f0ed992e90739994c31cffa597abfa
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
This page took 0.02854 seconds and 5 git commands to generate.