[U-Boot] [PATCH 02/10] scsi: Add max_bytes to scsi_platdata

Faiz Abbas faiz_abbas at ti.com
Wed Sep 11 07:55:22 UTC 2019


Vignesh,

On 10/09/19 9:16 AM, Vignesh Raghavendra wrote:
> 
> 
> On 09/09/19 1:49 PM, Faiz Abbas wrote:
>> diff --git a/include/scsi.h b/include/scsi.h
>> index 81ab43c842..076bdbc6a0 100644
>> --- a/include/scsi.h
>> +++ b/include/scsi.h
>> @@ -168,6 +168,7 @@ struct scsi_platdata {
>>  	unsigned long base;
>>  	unsigned long max_lun;
>>  	unsigned long max_id;
>> +	unsigned long max_bytes;
> 
> Please add description of the new field. Also, could the name be bit
> more specific like max_bytes_per_req?
> 

Sounds good.

Thanks,
Faiz


More information about the U-Boot mailing list