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

Add EBPF_LOG_MAP_OPERATION in ebpf_map find, update and delete function #4032

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

shpalani
Copy link
Collaborator

@shpalani shpalani commented Nov 22, 2024

Description

Re-added the removed EBPF_LOG_MAP_OPERATION log trace usage made in #3786
ebpf_map_find_entry(), ebpf_map_update_entry(), ebpf_map_delete_entry()

Testing

_Do any existing tests cover this change? Yes Are new tests needed? No

Documentation

_Is there any documentation impact for this change? No

Installation

_Is there any installer impact for this change? No

@dthaler
Copy link
Collaborator

dthaler commented Nov 22, 2024

@shpalani please fill in PR description

@shpalani shpalani changed the title Add EBPF_LOG_MAP_OPERATION in find, update and delete function Add EBPF_LOG_MAP_OPERATION in ebpf_map find, update and delete function Nov 22, 2024
@shpalani shpalani marked this pull request as draft November 22, 2024 03:32
@shpalani shpalani marked this pull request as ready for review November 22, 2024 17:23
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

Successfully merging this pull request may close these issues.

EBPF_LOG_MAP_OPERATION trace invocation is removed in ebpf map find, update and delete function.
4 participants