+3
−9
+0
−2
+0
−3
Loading
This concept was added very early in the SPDK iSCSI target development process when there was a high focus on maximizing throughput on a single iSCSI connection with 512-byte reads. Realistically, in multi-connection environments focused on predominantly 4KB (or more) workloads, this concept loses its effectiveness - it is relatively rare that PDUs from multiple I/O would coalesce within the default 8us flush timeout period. There were no users of flush timeout in the SPDK tree - it was not even documented in the iSCSI configuration file example and there was no way to modify it at run time. So leave the change out of the CHANGELOG. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I08c3e959fb3945dc2c9cb89248305d0c88aa778f Reviewed-on: https://review.gerrithub.io/395520 Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
<shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Daniel Verkamp <daniel.verkamp@intel.com>