Signed-off-by: Chengwen Feng <fengcheng...@huawei.com> 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: Andre Muezerie <andre...@linux.microsoft.com>
- [PATCH 00/10] enable "app" to be compiled with... Andre Muezerie
- [PATCH 04/10] test-pmd: do explicit 64-bit shift to... Andre Muezerie
- Re: [PATCH 04/10] test-pmd: do explicit 64-bit ... fengchengwen
- [PATCH 02/10] test_alarm: avoid warning about diffe... Andre Muezerie
- Re: [PATCH 02/10] test_alarm: avoid warning abo... fengchengwen
- [PATCH 03/10] test-pmd: fix printf format string mi... Andre Muezerie
- Re: [PATCH 03/10] test-pmd: fix printf format s... Stephen Hemminger
- Re: [PATCH 03/10] test-pmd: fix printf format s... fengchengwen
- [PATCH 05/10] test-pmd: avoid undefined behavior Andre Muezerie
- Re: [PATCH 05/10] test-pmd: avoid undefined beh... fengchengwen
- [PATCH 07/10] test-pmd: don't return value from voi... Andre Muezerie
- Re: [PATCH 07/10] test-pmd: don't return value ... fengchengwen
- [PATCH 08/10] test-pmd: declare lcore_count atomic ... Andre Muezerie