Re: [RFC PATCH 11/13] scsi: Allow device handler set their own CDB

2020-05-15 Thread Bart Van Assche
On 2020-05-15 03:30, Avri Altman wrote: > Allow scsi device handler handle their own CDB and ship it down the > stream of scsi passthrough command setup flow, without any further > interventions. > > This is useful for setting DRV-OP that implements vendor commands via > the scsi device handlers f

[RFC PATCH 11/13] scsi: Allow device handler set their own CDB

2020-05-15 Thread Avri Altman
Allow scsi device handler handle their own CDB and ship it down the stream of scsi passthrough command setup flow, without any further interventions. This is useful for setting DRV-OP that implements vendor commands via the scsi device handlers framework. Signed-off-by: Avri Altman --- drivers/