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

Hashmap is not cleaned on every execution #904

Open
juan-mart-delb opened this issue Mar 10, 2024 · 1 comment
Open

Hashmap is not cleaned on every execution #904

juan-mart-delb opened this issue Mar 10, 2024 · 1 comment

Comments

@juan-mart-delb
Copy link

I have created a simple project based on the LSM example that uses a HashMap to exchange information between the eBPF program and the user space program. However, I notice that when I execute the user space program (which loads the eBPF program), the map still has information from the previous execution.

Is this the expected behavior? If so, why?

@viveksb007
Copy link

are you using pinned maps?

if possible point to your codebase

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

2 participants