Skip to content

modified cmake to disable xdp for arm architecture#5343

Merged
gaurav2699 merged 1 commit intomainfrom
cmake_xdp
Aug 11, 2025
Merged

modified cmake to disable xdp for arm architecture#5343
gaurav2699 merged 1 commit intomainfrom
cmake_xdp

Conversation

@gaurav2699
Copy link
Contributor

Description

Describe the purpose of and changes within this Pull Request.
The undock pipeline uses the same cmake flags for all the archs of a target container which means it will throw an error when QUIC_LINUX_XDP_ENABLED is on for arm architectures as its not supported. This PR adds a check to disable the flag for arm archs.

Testing

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

Documentation

Is there any documentation impact for this change?

@gaurav2699 gaurav2699 requested a review from mtfriesen August 11, 2025 12:03
@gaurav2699 gaurav2699 requested a review from a team as a code owner August 11, 2025 12:03
@codecov
Copy link

codecov bot commented Aug 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.44%. Comparing base (c7db338) to head (24321be).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5343      +/-   ##
==========================================
- Coverage   86.68%   85.44%   -1.24%     
==========================================
  Files          59       59              
  Lines       18308    18308              
==========================================
- Hits        15870    15644     -226     
- Misses       2438     2664     +226     

☔ 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.

@gaurav2699 gaurav2699 merged commit 87e976a into main Aug 11, 2025
461 of 464 checks passed
@gaurav2699 gaurav2699 deleted the cmake_xdp branch August 11, 2025 15:43
guhetier added a commit that referenced this pull request Aug 15, 2025
Co-authored-by: Gaurav Singh <gaurasingh@microsoft.com>
anrossi added a commit that referenced this pull request Sep 12, 2025
… (#5442)

Co-authored-by: Gaurav Singh <gaurasingh@microsoft.com>
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.

2 participants