Skip to content

Update XDP to latest prerelease, dedupdupduplicate xdp install/uninstall #5085

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

Merged
merged 4 commits into from
May 7, 2025

Conversation

mtfriesen
Copy link
Contributor

Description

Describe the purpose of and changes within this Pull Request.

The steps to install and uninstall XDP are implemented in several different places, each one subtly different. This is contrary to the software engineering best practice of reducing duplication and having a single point of maintenance for a given piece of functionality.

For unknown reasons, each of these duplicated implementations was actually not duplicated, but subtly different.

Use one function to do one thing.

Testing

Do any existing tests cover this change? Are new tests needed?

CI.

Documentation

Is there any documentation impact for this change?

No.

@mtfriesen mtfriesen changed the title single point of maintenance for xdp install/uninstall Update XDP to latest prerelease, single point of maintenance for xdp install/uninstall May 7, 2025
@mtfriesen mtfriesen changed the title Update XDP to latest prerelease, single point of maintenance for xdp install/uninstall Update XDP to latest prerelease, decontaminate xdp install/uninstall May 7, 2025
Copy link

codecov bot commented May 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.06%. Comparing base (8cce724) to head (c1dcb02).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5085      +/-   ##
==========================================
+ Coverage   85.81%   86.06%   +0.24%     
==========================================
  Files          59       59              
  Lines       17995    17995              
==========================================
+ Hits        15443    15487      +44     
+ Misses       2552     2508      -44     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mtfriesen mtfriesen changed the title Update XDP to latest prerelease, decontaminate xdp install/uninstall Update XDP to latest prerelease, dedupdupduplicate xdp install/uninstall May 7, 2025
@mtfriesen mtfriesen marked this pull request as ready for review May 7, 2025 17:46
@mtfriesen mtfriesen requested a review from a team as a code owner May 7, 2025 17:46
@mtfriesen mtfriesen enabled auto-merge (squash) May 7, 2025 17:46
@mtfriesen mtfriesen merged commit 7bef0a6 into main May 7, 2025
272 of 274 checks passed
@mtfriesen mtfriesen deleted the mtfriesen/xdp_prerelease branch May 7, 2025 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants