Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH v3] validation: timer: test timeout event reuse with periodic timer #1914

Merged

Conversation

JereLeppanen
Copy link
Collaborator

When starting again a canceled periodic timer, test also event reuse. Instead of freeing the last timeout event and allocating a new one, just reuse the event.

@odpbuild odpbuild changed the title validation: timer: test timeout event reuse with periodic timer [PATCH v1] validation: timer: test timeout event reuse with periodic timer Sep 22, 2023
@odpbuild odpbuild changed the title [PATCH v1] validation: timer: test timeout event reuse with periodic timer [PATCH v2] validation: timer: test timeout event reuse with periodic timer Sep 29, 2023
When starting again a canceled periodic timer, test also event
reuse. Instead of freeing the last timeout event and allocating a new
one, just reuse the event.

Signed-off-by: Jere Leppänen <jere.leppanen@nokia.com>
Reviewed-by: Matias Elo <matias.elo@nokia.com>
@odpbuild odpbuild changed the title [PATCH v2] validation: timer: test timeout event reuse with periodic timer [PATCH v3] validation: timer: test timeout event reuse with periodic timer Oct 3, 2023
@JereLeppanen
Copy link
Collaborator Author

v3:

  • Rebase.
  • Add review tags.

@MatiasElo MatiasElo merged commit 6f6488e into OpenDataPlane:master Oct 3, 2023
174 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants