Firmware advertise the transfer lenght for writesame commands to driver during init.
So for any writesame IOs with ndob and unmap bit set and transfer lengh is greater
than the max write same length specified by the firmware, then direct those commands
to firmware instead of hardware othewise hardware will break.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/modules/mpi3mr/Makefile | ||
---|---|---|
9 | I don't understand this change. Can you explain why it is needed? It seems unrelated. |
sys/modules/mpi3mr/Makefile | ||
---|---|---|
9 | I have used it for get_unaligned_be32() API which is defined in <asm/unaligned.h> header file available in the linuxkpi. |
Comment Actions
@imp : Do you have further comments on this patch ? Are we good to push it to the tree ?