Re: [PATCH v6 00/10] enable "app" to be compiled with MSVC

2025-04-11 Thread Andre Muezerie
On Fri, Apr 11, 2025 at 08:49:40AM +0200, David Marchand wrote: > Hello Andre, > > On Mon, Feb 24, 2025 at 5:25 PM Andre Muezerie > wrote: > > > > v6: > > - remove "volatile" and use rte_atomic_xxx to access the RTE_ATOMIC > > qualified lcore_count, which is cleaner than using "volatile". > > >

Re: [PATCH v6 00/10] enable "app" to be compiled with MSVC

2025-04-10 Thread David Marchand
Hello Andre, On Mon, Feb 24, 2025 at 5:25 PM Andre Muezerie wrote: > > v6: > - remove "volatile" and use rte_atomic_xxx to access the RTE_ATOMIC > qualified lcore_count, which is cleaner than using "volatile". > > v5: > - add "volatile" to declaration of lcore_count in test_ring_perf.c. > > v4: