[EXTERNAL] [PATCH 1/2] lib/cryptodev: avoid implicit conversion to 64 bit number
    Akhil Goyal 
    gakhil at marvell.com
       
    Wed Jan  8 11:28:24 CET 2025
    
    
  
> MSVC issues the warning below:
> 
> ../lib/cryptodev/rte_cryptodev.c(623): warning C4334: '<<':
>     result of 32-bit shift implicitly converted to 64 bits
>     (was 64-bit shift intended?)
> 
> The code would be better off by using 64 bit numbers to begin with.
> That eliminates the need for a conversion to 64 bits later.
> 
> Signed-off-by: Andre Muezerie <andremue at linux.microsoft.com>
Acked-by: Akhil Goyal <gakhil at marvell.com>
1/2 patch Applied to dpdk-next-crypto
2/2 patch will be taken via main tree.
Thanks.
    
    
More information about the dev
mailing list