Message ID | 20200903152832.484908-1-alex.dewar90@gmail.com |
---|---|
Headers | show |
Series | scsi: mpt: Refactor and port to dma_* interface | expand |
Alex,
> Any feedback would be greatly appreciated!
Have you tested your changes?
--
Martin K. Petersen Oracle Linux Engineering
On Tue, Sep 15, 2020 at 10:12:06PM -0400, Martin K. Petersen wrote: > > Alex, > > > Any feedback would be greatly appreciated! > > Have you tested your changes? No, as I'm afraid I don't have the hardware. For patch #1 though, I'm not sure that's such an issue, as the refactoring was really simple, even though the diffstat has ended up being quite large! I probably should have submitted that one individually without the RFC tag. Absolutely loads of functions have a sleepFlag parameter, but I only found one case where this was actually set to NO_SLEEP. Otherwise, if you follow the call stack it always ends up being a sleeping case. I verified this by changing functions one at a time and compile testing. Would you like me to resend this separately? I feel that this should probably be merged in any case before we discuss any of the other changes. If someone who does have the hardware would like to test it though, that'd be great :-) Best, Alex > > -- > Martin K. Petersen Oracle Linux Engineering
Alex, >> Have you tested your changes? > > No, as I'm afraid I don't have the hardware. QEMU supports it, I propose you try testing with that. I hesitate merging big changes to abandoned drivers unless they've been tested. It's too easy to miss things during review... -- Martin K. Petersen Oracle Linux Engineering