Signed-off-by: Chengwen Feng <fengcheng...@huawei.com> On 2025/2/12 6:02, Andre Muezerie wrote: > Compiling with MSVC results in the error below: > > app/test/test_ring_perf.c(197): error C7712: address argument to atomic > operation must be a pointer to an atomic integer, > 'volatile unsigned int *' is not valid > > The fix is to mark lcore_count as atomic when using C11 memory model. > > Signed-off-by: Andre Muezerie <andre...@linux.microsoft.com>
- [PATCH 03/10] test-pmd: fix printf format string mismatc... Andre Muezerie
- Re: [PATCH 03/10] test-pmd: fix printf format strin... Stephen Hemminger
- Re: [PATCH 03/10] test-pmd: fix printf format strin... fengchengwen
- [PATCH 05/10] test-pmd: avoid undefined behavior Andre Muezerie
- [PATCH 07/10] test-pmd: don't return value from void fun... Andre Muezerie
- [PATCH 08/10] test-pmd: declare lcore_count atomic when ... Andre Muezerie
- Re: [PATCH 08/10] test-pmd: declare lcore_count ato... Stephen Hemminger
- Re: [PATCH 08/10] test-pmd: declare lcore_count... Andre Muezerie
- Re: [PATCH 08/10] test-pmd: declare lcore_count ato... fengchengwen
- [PATCH 06/10] test-pmd: avoid non-constant initializer Andre Muezerie
- [PATCH 09/10] test: add workaround for __builtin_constan... Andre Muezerie
- Re: [PATCH 09/10] test: add workaround for __builti... Stephen Hemminger
- Re: [PATCH 09/10] test: add workaround for __bu... Andre Muezerie
- [PATCH 01/10] eal: add workaround for __builtin_constant... Andre Muezerie
- Re: [PATCH 01/10] eal: add workaround for __builtin... Stephen Hemminger
- Re: [PATCH 01/10] eal: add workaround for __builtin... fengchengwen
- Re: [PATCH 00/10] enable "app" to be compiled ... David Marchand
- [PATCH v2 00/10] enable "app" to be compiled w... Andre Muezerie