mbox series

[0/5] alarm related patches

Message ID 20240808194756.167664-1-stephen@networkplumber.org (mailing list archive)
Headers
Series alarm related patches |

Message

Stephen Hemminger Aug. 8, 2024, 7:46 p.m. UTC
This is the set of things which stood out as needing fixing when
looking at the rte_eal_alarm tests.

Stephen Hemminger (5):
  eal: add missing parameter check to rte_eal_alarm_set on Windows
  Revert "test/alarm: disable bad time cases on Windows"
  test: support alarm test on FreeBSD
  test/alarm: rewrite the alarm test
  eal: simplify eal alarm cancel by using LIST_FOREACH_SAFE

 app/test/test_alarm.c       | 84 +++++++++++++++++++++----------------
 lib/eal/linux/eal_alarm.c   | 51 +++++++++-------------
 lib/eal/windows/eal_alarm.c |  7 ++++
 3 files changed, 75 insertions(+), 67 deletions(-)