-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osd-target: Support osd2r04 implementation of scatter/gather lists.
The original OSC implementation used "DDT" bits in the CDB to enable scatter/gather. With the introduction of continuations in osd2r04, scatter/gather was changed to use continuations instead of the "DDT" bits. The code in osd.c still supports the OSC vector/strided mode. However, cdb.c removes the vector/strided support to be compliant with osd2r04. In addition, the original OSC code had added scatter/gather support to the APPEND command. This has been removed to be compliant with osd2r04. Signed-off-by: John A. Chandy <john.chandy@uconn.edu>
- Loading branch information
Showing
4 changed files
with
247 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.