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

Consume XDP v0.17.0 #3779

Merged
merged 2 commits into from
Jul 28, 2023
Merged

Consume XDP v0.17.0 #3779

merged 2 commits into from
Jul 28, 2023

Conversation

mtfriesen
Copy link
Contributor

Description

Upgrade to XDP v0.17.0 This contains a number of editorial API changes and an MSI installer. The QEO function is also now an optional function in XDP.

Testing

Builds locally. CI/CD.

Documentation

I don't think so.

@mtfriesen mtfriesen added the dependencies Pull requests that update a dependency file label Jul 27, 2023
@mtfriesen mtfriesen requested a review from a team as a code owner July 27, 2023 16:06
csujedihy
csujedihy previously approved these changes Jul 27, 2023
@@ -251,7 +246,7 @@ function Install-Xdp-Driver {
}

Write-Host "Installing XDP driver"
netcfg.exe -l "$XdpPath\bin\xdp.inf" -c s -i ms_xdp
msiexec.exe /i $XdpPath\bin\xdp-for-windows.msi /quiet
Copy link
Member

Choose a reason for hiding this comment

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

So this automatically uninstalls anything previously installed? Is that why you removed the delete above?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It uninstalls anything that has been installed using this package. It would be an error for something else to leave XDP installed.

@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Merging #3779 (0ea8572) into main (9f086d8) will decrease coverage by 0.53%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #3779      +/-   ##
==========================================
- Coverage   77.59%   77.07%   -0.53%     
==========================================
  Files          56       56              
  Lines       15558    15558              
==========================================
- Hits        12073    11991      -82     
- Misses       3485     3567      +82     

see 13 files with indirect coverage changes

@mtfriesen mtfriesen merged commit 5f6992e into main Jul 28, 2023
422 of 423 checks passed
@mtfriesen mtfriesen deleted the mtfriesen/xdp_0.17.0 branch July 28, 2023 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants