Re: [PATCH 04/10] test-pmd: do explicit 64-bit shift to avoid implicit conversion

2025-02-11 Thread fengchengwen
Signed-off-by: Chengwen Feng On 2025/2/12 6:02, Andre Muezerie wrote: > Compiling with MSVC results in warnings like the one below: > > app/test-pmd/util.c(201): warning C4334: '<<': result of 32-bit shift > implicitly converted to 64 bits (was 64-bit shift intended?) > > Signed-off-by: And

[PATCH 04/10] test-pmd: do explicit 64-bit shift to avoid implicit conversion

2025-02-11 Thread Andre Muezerie
Compiling with MSVC results in warnings like the one below: app/test-pmd/util.c(201): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) Signed-off-by: Andre Muezerie --- app/test-pmd/cmdline.c | 4 ++-- app/test-pmd/testpmd.c | 2 +- ap