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

Implement timers API on Unikraft #1204

Open
RaduNichita opened this issue Dec 13, 2023 · 5 comments
Open

Implement timers API on Unikraft #1204

RaduNichita opened this issue Dec 13, 2023 · 5 comments
Assignees
Labels
kind/bug Something isn't working

Comments

@RaduNichita
Copy link
Contributor

RaduNichita commented Dec 13, 2023

Currently, there is no implementation for the timers interface in Unikraft, as it can be seen here

The API required has to have the following functions:

  • timer_create

  • timer_delete

  • timer_settime

  • timer_gettime

  • timer_getoverrun

@RaduNichita RaduNichita added the kind/bug Something isn't working label Dec 13, 2023
@RaduNichita RaduNichita changed the title Implement Timers on Unikraft Implement timers API on Unikraft Dec 13, 2023
@Sadaf-A
Copy link

Sadaf-A commented Dec 25, 2023

Greetings @RaduNichita ! i would like to have a go at this

@RaduNichita
Copy link
Contributor Author

Hi @Sadaf-A,

Sure, feel free to pick it up. 😄

If you have any questions, feel free to reach out to our community on Discord

When you are ready or have something you would like to discuss, just open a pull request.

Many thanks for the help! 🙏

@HendrikHuebner
Copy link

@Sadaf-A are you still working on this?

@HendrikHuebner
Copy link

@RaduNichita I'd like to work on this, I don't think the current assignee will take care of it any time soon

@RaduNichita
Copy link
Contributor Author

Sure, please go ahead @HendrikHuebner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
Status: 🧊 Icebox
Development

No branches or pull requests

4 participants