freebsd-dev/sys/dev/iscsi
Alexander Motin c215ad3aa8 Move icl_pdu_get_data() and xpt_done() out of initiator's session lock.
During heavy reads data copying in icl_pdu_get_data() may consume large
percent of CPU time.  Moving it out of the lock significantly reduces
lock hold time and respectively lock congestion on read operations.

MFC after:	2 weeks
2014-11-22 09:05:54 +00:00
..
icl_proxy.c Use proper include paths in kernel iSCSI code. 2014-08-21 16:08:17 +00:00
icl.c In preparation of merging projects/sendfile, transform bare access to 2014-11-12 09:57:15 +00:00
icl.h s/icl_pdu_new_bhs/icl_pdu_new/; no functional changes, just a little 2014-11-03 11:15:51 +00:00
iscsi_ioctl.h Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects. 2014-07-06 17:37:49 +00:00
iscsi_proto.h Bring in the new iSCSI target and initiator. 2013-09-14 15:29:06 +00:00
iscsi.c Move icl_pdu_get_data() and xpt_done() out of initiator's session lock. 2014-11-22 09:05:54 +00:00
iscsi.h Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects. 2014-07-06 17:37:49 +00:00