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 batch map APIs in Doxygen documentation #3652

Merged
merged 12 commits into from
Jul 10, 2024

Conversation

shpalani
Copy link
Collaborator

@shpalani shpalani commented Jun 18, 2024

Description

This PR contains the doxygen support for the following APIs:

  • bpf_map_lookup_batch
  • bpf_map_lookup_and_delete_batch
  • bpf_map_delete_batch
  • bpf_map_update_batch

Testing

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

Documentation

CICD generates doxygen documentation in docs/html

Installation

_Is there any installer impact for this change? No

@shpalani shpalani linked an issue Jun 18, 2024 that may be closed by this pull request
@shpalani shpalani changed the title Added doxygen style doc for batch map APIs supported. Add batch map APIs in Doxygen documentation Jun 18, 2024
include/bpf/bpf.h Outdated Show resolved Hide resolved
Copy link
Collaborator

@dthaler dthaler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@saxena-anurag saxena-anurag added this pull request to the merge queue Jul 10, 2024
Merged via the queue into microsoft:main with commit ee17c08 Jul 10, 2024
88 checks passed
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.

[Doc] Add Doxygen documentation for bpf map batch APIs
3 participants