Hi, On Mon, May 05, 2025 at 08:16:42AM -0700, 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 <andre...@linux.microsoft.com>
Acked-by: Dariusz Sosnowski <dsosnow...@nvidia.com> Best regards, Dariusz Sosnowski