mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
0bade8e532
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 |