Skip to content

Transition to use PER_CPU_data structures #4

@MeherRushi

Description

@MeherRushi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions