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 documentation to eBpfExtensions.md to clarify use of hash #3559

Merged

Conversation

Alan-Jowett
Copy link
Member

Description

Resolves: #3429

Add to documentation clarify the purpose and scheme of the program information hash.

Testing

N/A

Documentation

Yes.

Installation

No.

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
docs/eBpfExtensions.md Outdated Show resolved Hide resolved
docs/eBpfExtensions.md Outdated Show resolved Hide resolved
docs/eBpfExtensions.md Show resolved Hide resolved
Alan-Jowett and others added 2 commits May 20, 2024 18:49
Co-authored-by: Dave Thaler <dthaler1968@gmail.com>
3. ebpf_program_type_descriptor_t::program_type
4. ebpf_program_type_descriptor_t::bpf_prog_type
5. ebpf_program_type_descriptor_t::is_privileged
6. Count of helper ids being used (as a unsigned 64bit integer)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
6. Count of helper ids being used (as a unsigned 64bit integer)
6. Count of helper ids being used (as an unsigned 64bit integer)

@Alan-Jowett Alan-Jowett added this pull request to the merge queue May 21, 2024
Merged via the queue into microsoft:main with commit 98b7495 May 21, 2024
85 checks passed
@Alan-Jowett Alan-Jowett deleted the clarify_hash_of_program_information branch May 21, 2024 21:33
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.

Bpf2c should embed the program info in native program instead of hash
3 participants