Please make the tcp_low_latency option enabled when
restarting the iscsi daemon or persistant when installing
the iscsi driver. We find that the linux kernel drops
frames in the tcp stack when it is disabled. With high I/O
iscsi environments having this option disabled causes
re-transmissions and hurts overall performance
Logged In: YES
user_id=763349
Setting "tcp_low_latency" as enabled by default could have
an effect on I/O throughput as mentioned in the kernel
documentation(Documentation/networking/ips-sysctl.txt).
Since iSCSI driver is an I/O (SCSI I/O) driver, we would want
it "off". It would be useful if we get data on I/O throughputs
by putting it "off" and "on". Can you share your findings on
this?