> "Christoph" == Christoph Hellwig writes:
> -#if defined(__BIG_ENDIAN_BITFIELD)
> - u32 MessageAddress1:24; /* bits 31:8*/
> - u32 RequestFlags:8;
> -#else
> u32 RequestFlags:8;
> - u32 MessageAddress1:24; /* bits 31:8*/
> -#endif
> - u32 MessageAd
llels.com; kashyap.de...@avagotech.com
>Subject: Re: [PATCH 1/8] megaraid_sas : Endianness related bug fixes and
>code optimization
>
>> -#if defined(__BIG_ENDIAN_BITFIELD)
>> -u32 MessageAddress1:24; /* bits 31:8*/
>> -u32 RequestFlags:8;
>&
> -#if defined(__BIG_ENDIAN_BITFIELD)
> - u32 MessageAddress1:24; /* bits 31:8*/
> - u32 RequestFlags:8;
> -#else
> u32 RequestFlags:8;
> - u32 MessageAddress1:24; /* bits 31:8*/
> -#endif
> - u32 MessageAddress2; /* bits 61:32 */
> + u32 Mes
> "Sumit" ==writes:
Sumit> This patch addresses below issues- 1) Few endianness bug fixes.
Sumit> 2) Break the iteration after (MAX_LOGICAL_DRIVES_EXT - 1)),
Sumit> instead of MAX_LOGICAL_DRIVES_EXT. 3) Optimization in MFI INIT
Sumit> frame before firing. 4) MFI IO frame should be 256byt
4 matches
Mail list logo