OpenCloudOS-Kernel/drivers/infiniband/ulp/iser
Sagi Grimberg 7332bed085 IB/iser: Chain all iser transaction send work requests
Chaning of send work requests benefits performance by
reducing the send queue lock contention (acquired in
ib_post_send) and saves us HW doorbells which is posted
only once.

Currently, in normal IO flows iser does not chain the CDB send
work request with the registration work request. Also in PI
flows, signature work requests are not chained as well.

Lets chain those and post only once.

Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2015-08-30 18:12:33 -04: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
iscsi_iser.c IB/iser: Chain all iser transaction send work requests 2015-08-30 18:12:33 -04:00
iscsi_iser.h IB/iser: Chain all iser transaction send work requests 2015-08-30 18:12:33 -04:00
iser_initiator.c IB/iser: Support up to 8MB data transfer in a single command 2015-08-30 18:12:32 -04:00
iser_memory.c IB/iser: Chain all iser transaction send work requests 2015-08-30 18:12:33 -04:00
iser_verbs.c IB/iser: Chain all iser transaction send work requests 2015-08-30 18:12:33 -04:00