Re: [PATCH v2 0/3] alarm test fixes

2024-10-04 Thread David Marchand
On Fri, Aug 9, 2024 at 5:26 PM Stephen Hemminger wrote: > > This is the set of things which stood out as needing fixing when > looking at the rte_eal_alarm tests. > > v2 - drop cleanup of eal alarm code for later >- add RTE_ATOMIC() to fix clang build > > Stephen Hemminger (3): > eal: add mi

Re: [PATCH v2 0/3] alarm test fixes

2024-09-22 Thread fengchengwen
LGTM Series-acked-by: Chengwen Feng On 2024/8/9 23:24, Stephen Hemminger wrote: > This is the set of things which stood out as needing fixing when > looking at the rte_eal_alarm tests. > > v2 - drop cleanup of eal alarm code for later >- add RTE_ATOMIC() to fix clang build > > Stephen Hemmi

[PATCH v2 0/3] alarm test fixes

2024-08-09 Thread Stephen Hemminger
This is the set of things which stood out as needing fixing when looking at the rte_eal_alarm tests. v2 - drop cleanup of eal alarm code for later - add RTE_ATOMIC() to fix clang build Stephen Hemminger (3): eal: add missing parameter check to rte_eal_alarm_set on Windows test: support ala