You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New version 1.20.3 When queueing the first PDU to an idle socket, immediately try to write it to the socket instead of waiting for the event-loop to timeout/notice there is work to do. Various other small bugfixes. Signed-off-by: sahlberg <sahlberg@r10-0-1.rocky10.sahlberg>
New version 1.17.0 This release contains a bugfix for a rare condition where if a DATA-OUT PDU has a callback registered, it can cause a crash on reconnect/timeout. Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
New version 1.16.0 - Various test updates. - Add tests for ExtendedCopy and ReceiveCopyResults - Add support for WRITE_ATOMIC_16 and tests - Multipath tests added - Persistent Reservation test updates. - Make sure to process target NOPs in the tests - Fix broken CHAP has handling. Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
New version 1.15.0 - Replace some u_int32_t with uint32_t - Portability fixes to iscsi-perf - Improved documentation for the tests in README - Add/fix support for setting task/pdu timeouts and add unit tests for it. - Add multipath helpers for the test suite and add a simple multipath test - Skip sending TUR during reconnect, since it can cause the connection to - hang. Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>