TESTS: Create a test that tries to overflow the maxcmdsn counter
so that i/o from the initiator stops flowing and are just queued locally until teh cmdsn window opens up again. Send a lot of writes that block until we have processed the R2T back from the target and verify we can still make process when we have saturated the cmdsn window and are also blocked waiting for R2Ts.
This commit is contained in:
@@ -182,3 +182,4 @@ int T1010_datasn_invalid(const char *initiator, const char *url, int data_loss,
|
||||
int T1020_bufferoffset_invalid(const char *initiator, const char *url, int data_loss, int show_info);
|
||||
int T1030_unsolicited_data_overflow(const char *initiator, const char *url, int data_loss, int show_info);
|
||||
int T1031_unsolicited_data_out(const char *initiator, const char *url, int data_loss, int show_info);
|
||||
int T1040_saturate_maxcmdsn(const char *initiator, const char *url, int data_loss, int show_info);
|
||||
|
||||
Reference in New Issue
Block a user