You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An assumption (which might be true for most of the cases) is that BLOCSIZE is always a multiple of 512, and so the rawspec reader does not check for the DIRECTIO flag when reading data payload. With ATA data, the packet format is flexible and dynamic enough such that this alignment might not always be true.
TODO: add logic to seek to the next multiple of 512 when reading data in if DIRECTIO header flag exists and is enabled.
The text was updated successfully, but these errors were encountered:
An assumption (which might be true for most of the cases) is that
BLOCSIZE
is always a multiple of 512, and so the rawspec reader does not check for the DIRECTIO flag when reading data payload. With ATA data, the packet format is flexible and dynamic enough such that this alignment might not always be true.TODO: add logic to seek to the next multiple of 512 when reading data in if DIRECTIO header flag exists and is enabled.
The text was updated successfully, but these errors were encountered: