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

Rename xdp_md_ to xdp_md #763

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Conversation

shpalani
Copy link
Contributor

Description

struct xdp_md was incorrectly named with xdp_md_.
The ebpf programs use 'struct xdp_md" in the internal project. Hence renaming the struct to the libbpf standard.

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

@shpalani shpalani requested a review from a team as a code owner December 13, 2024 19:42
@shpalani shpalani linked an issue Dec 13, 2024 that may be closed by this pull request
@mtfriesen mtfriesen merged commit 2b95599 into microsoft:main Dec 13, 2024
53 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.

struct xdp_md_ needs to be renamed to struct xdp_md
2 participants