]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r274853:
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 19 Feb 2015 14:28:47 +0000 (14:28 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 19 Feb 2015 14:28:47 +0000 (14:28 +0000)
commit7e995f9c9825ce90b2693e7974c0224031b36809
treea99251009c13c2a29e16edac6f1498c038cd7b7d
parent48ef8b57568586df61333ba9a7882cfe5c08b755
MFC r274853:
For both iSCSI initiator and target increase socket buffer sizes before
establishing connection.

This is a workaround for Chelsio TOE driver, that does not update socket
buffer size in hardware after connection established, and unless that is
done beforehand, kernel code will stuck, attempting to send/receive full
PDU at once.

git-svn-id: svn://svn.freebsd.org/base/stable/10@279001 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/iscsi/icl.c
usr.sbin/ctld/ctld.c
usr.sbin/ctld/ctld.h
usr.sbin/iscsid/iscsid.c
usr.sbin/iscsid/iscsid.h