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

Transition to use PER_CPU_data structures #4

Open
MeherRushi opened this issue Jan 8, 2024 · 0 comments
Open

Transition to use PER_CPU_data structures #4

MeherRushi opened this issue Jan 8, 2024 · 0 comments

Comments

@MeherRushi
Copy link
Owner

We currently use normal data structures which enforce the necessity to use a lock to prevent asynchronous issue which adds complexity to the program.

We can shift to using percpu arrays and then calculate the total using a for loop in the final kernel program

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

No branches or pull requests

1 participant