[PATCH] net/mlx5: avoid implicit conversion to 64 bits
    Raslan Darawsheh 
    rasland at nvidia.com
       
    Wed Jun  4 17:01:26 CEST 2025
    
    
  
Hi,
On 05/05/2025 6:16 PM, Andre Muezerie wrote:
> When compiling with MSVC, errors like the one below pop up:
> 
> ../drivers/crypto/mlx5/mlx5_crypto_xts.c(488): warning C4334:
>      '<<': result of 32-bit shift implicitly converted to 64 bits
>      (was 64-bit shift intended?)
> 
> Depending on the situation, the fix is to do a 64-bit shift, or
> be explicit about the type conversion by adding a cast.
> 
> Signed-off-by: Andre Muezerie <andremue at linux.microsoft.com>
Patch applied to next-net-mlx,
Kindest regards
Raslan Darawsheh
    
    
More information about the dev
mailing list