linux_dsm_epyc7002/drivers/infiniband/ulp/iser
Doug Ledford d474186f19 IB/iser: Free IB connection resources in the proper place
We allocate the login dma buffers in iser_verbs.c as part of
alloc_ib_conn_resources(), however we are freeing them in
iser_initiator.c as part of iser_free_rx_descriptors().  This is
needlessly confusing.  We have an alloc_rx_descriptors() and it
doesn't alloc something that the free_rx_descriptors() frees, and we
have an alloc_ib_conn_resources() that allocs something not freed by
free_ib_conn_resources().  Clean that up.

Signed-off-by: Doug Ledford <dledford@redhat.com>

[ Fix build error in iser_free_ib_conn_res().  - Or ]

Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
2012-03-05 00:23:27 -08:00
..
iscsi_iser.c switch ->is_visible() to returning umode_t 2012-01-03 22:54:55 -05:00
iscsi_iser.h IB/iser: DMA unmap TX bufs used for iSCSI/iSER headers 2011-11-04 09:32:44 -07:00
iser_initiator.c IB/iser: Free IB connection resources in the proper place 2012-03-05 00:23:27 -08:00
iser_memory.c IB/iser: Use atomic allocations 2010-02-24 09:41:12 -08:00
iser_verbs.c IB/iser: Free IB connection resources in the proper place 2012-03-05 00:23:27 -08:00
Kconfig Update broken web addresses in the kernel. 2010-10-18 11:03:14 +02:00
Makefile IB/iser: iSER Kconfig and Makefile 2006-06-22 07:51:14 -07:00