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

lib/uklock: Add RCU support #1379

Open
wants to merge 8 commits into
base: staging
Choose a base branch
from
Open

lib/uklock: Add RCU support #1379

wants to merge 8 commits into from

Conversation

sdnug
Copy link

@sdnug sdnug commented Apr 6, 2024

Prerequisite checklist

  • Read the contribution guidelines regarding submitting new changes to the project;
  • Tested your changes against relevant architectures and platforms;
  • Ran the checkpatch.uk on your commit series before opening this PR;
  • Updated relevant documentation.

Base target

  • Architecture(s): [x86_64]
  • Platform(s): [kvm]
  • Application(s): [N/A]

Additional configuration

Description of changes

In this pr we have implemented rcu synchronization mechansim.
We have implemented the rcu core api as well as rcu protected lists
Rcu core api :
1.rcu_read_lock
2.rcu_read_unlock
3.synchronise_rcu
Rculist.h consists of the rcu protected lists.
-->

@sdnug sdnug requested review from a team as code owners April 6, 2024 10:20
@github-actions github-actions bot added area/include Part of include/uk area/lib Internal Unikraft Microlibrary area/plat Unikraft Patform lang/c Issues or PRs to do with C/C++ lib/uklock plat/common Common to all platforms labels Apr 6, 2024
@razvand razvand requested review from mogasergiu and mariapana and removed request for a team and andreittr April 28, 2024 05:39
@razvand razvand added this to the v0.18.0 (Helene) milestone Apr 28, 2024
sdnug added 2 commits May 5, 2024 19:02
Signed-off-by: sdnug <166214787+sdnug@users.noreply.github.com>
Signed-off-by: sdnug <166214787+sdnug@users.noreply.github.com>
@sdnug sdnug changed the title RCU Implementation feat: RCU Implementation May 7, 2024
@sdnug sdnug changed the title feat: RCU Implementation lib/uklock: Add RCU support May 8, 2024
sdnug added 4 commits May 8, 2024 13:48
Signed-off-by: sdnug <166214787+sdnug@users.noreply.github.com>
Signed-off-by: sdnug <166214787+sdnug@users.noreply.github.com>
Signed-off-by: sdnug <166214787+sdnug@users.noreply.github.com>
Signed-off-by: sdnug <166214787+sdnug@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/include Part of include/uk area/lib Internal Unikraft Microlibrary area/plat Unikraft Patform lang/c Issues or PRs to do with C/C++ lib/uklock plat/common Common to all platforms
Projects
Status: 🏗 In Progress
Development

Successfully merging this pull request may close these issues.

None yet

3 participants