On Fri, Aug 9, 2024 at 5:26 PM Stephen Hemminger <step...@networkplumber.org> 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 missing parameter check to rte_eal_alarm_set on Windows > test: support alarm test on FreeBSD > test/alarm: rewrite the alarm test > > app/test/test_alarm.c | 85 ++++++++++++++++++++++--------------- > lib/eal/windows/eal_alarm.c | 7 +++ > 2 files changed, 57 insertions(+), 35 deletions(-)
Thanks for the cleanup, and reviews. Series applied. -- David Marchand