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 <andre...@linux.microsoft.com>
Patch applied to next-net-mlx,
Kindest regards
Raslan Darawsheh