forked from luck/tmp_suning_uos_patched
d3478709ed
[ Upstream commit 0bade8e53279157c7cc9dd95d573b7e82223d78a ]
The adapter request_limit is hardcoded to be INITIAL_SRP_LIMIT which is
currently an arbitrary value of 800. Increase this value to 1024 which
better matches the characteristics of the typical IBMi Initiator that
supports 32 LUNs and a queue depth of 32.
This change also has the secondary benefit of being a power of two as
required by the kfifo API. Since, Commit
|
||
---|---|---|
.. | ||
ibmvscsi_tgt.c | ||
ibmvscsi_tgt.h | ||
libsrp.c | ||
libsrp.h | ||
Makefile |