mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 14:16:31 +00:00
In order to be able to support large block sizes (larger than 512K), we allocate required structured in a lazy fashion. This way we both support large block sizes (over 512K and even over 1M). We also lower memory footprint when smaller block sizes are used. Signed-off-by: Yan Burman <yanb@mellanox.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6418 d57e44dd-8a1f-0410-8b47-8ef2f437770f
9 lines
260 B
Plaintext
9 lines
260 B
Plaintext
* Add suppport for immediate data in iSER
|
|
* Add suppport for data-out in iSER
|
|
* Look into seperating between RX pdu and TX pdu
|
|
* Do not signal every "response sent" notification
|
|
* Make the code NUMA aware
|
|
* Add support for AHS
|
|
* Add support for bidi commands
|
|
|