freebsd-dev/sys/dev/iser
Navdeep Parhar 97b84d344d Make the iSCSI parameter negotiation more flexible.
Decouple the send and receive limits on the amount of data in a single
iSCSI PDU.  MaxRecvDataSegmentLength is declarative, not negotiated, and
is direction-specific so there is no reason for both ends to limit
themselves to the same min(initiator, target) value in both directions.

Allow iSCSI drivers to report their send, receive, first burst, and max
burst limits explicitly instead of using hardcoded values or trying to
derive all of them from the receive limit (which was the only limit
reported by the drivers prior to this change).

Display the send and receive limits separately in the userspace iSCSI
utilities.

Reviewed by:	jpaetzel@ (earlier version), trasz@
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D7279
2016-08-25 05:22:53 +00:00
..
icl_iser.c Make the iSCSI parameter negotiation more flexible. 2016-08-25 05:22:53 +00:00
icl_iser.h Make iser(4) buildable again by adjusting it for the recent changes 2016-05-26 10:30:03 +00:00
iser_initiator.c Make iser(4) buildable again by adjusting it for the recent changes 2016-05-26 10:30:03 +00:00
iser_memory.c
iser_verbs.c Fix build on i386. 2016-05-27 11:37:02 +00:00