Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • E emper
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • i4i4
  • manycore
  • emper
  • Merge requests
  • !411

add waitfd support, generalize IO sleep_strategy code and use MSG_RING

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Florian Fischer requested to merge aj46ezos/emper:io-sleep-main into master Sep 04, 2022
  • Overview 0
  • Commits 13
  • Pipelines 2
  • Changes 23

This MR introduces the waitfd support used to evaluate the waitfd kernel interface for my master's thesis.

It generalizes the io_uring-based sleep strategy code by introducing the new AbstractIoSleepStrategy class containing most of the code needed for sleeping and notifications.

Additionally the MR uses the io_uring MSG_RING feature introduced in linux 5.18 greatly improving and simplifying the sleep code.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: io-sleep-main