Re: [PATCH v3 2/2] stack: enable build with MSVC

2025-02-04 Thread Patrick Robb
Recheck-request: iol-intel-Performance Triggering a retest in CI for the failed performance result.

Re: [PATCH v3 2/2] stack: enable build with MSVC

2025-02-04 Thread Andre Muezerie
On Tue, Feb 04, 2025 at 10:30:03AM +, Bruce Richardson wrote: > On Mon, Feb 03, 2025 at 05:58:38PM -0800, Andre Muezerie wrote: > > An implementation compatible with MSVC is provided for > > atomic128_cmp_exchange in rte_stack_lf_c11.h. > > > > Now that the issues preventing the code needed to

Re: [PATCH v3 2/2] stack: enable build with MSVC

2025-02-04 Thread Bruce Richardson
On Mon, Feb 03, 2025 at 05:58:38PM -0800, Andre Muezerie wrote: > An implementation compatible with MSVC is provided for > atomic128_cmp_exchange in rte_stack_lf_c11.h. > > Now that the issues preventing the code needed to build lib/stack > have been addressed, it can be enabled so that it also ge

[PATCH v3 2/2] stack: enable build with MSVC

2025-02-03 Thread Andre Muezerie
An implementation compatible with MSVC is provided for atomic128_cmp_exchange in rte_stack_lf_c11.h. Now that the issues preventing the code needed to build lib/stack have been addressed, it can be enabled so that it also gets built when using the MSVC compiler. Signed-off-by: Andre Muezerie ---