-
Notifications
You must be signed in to change notification settings - Fork 542
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
Try using latest xdp #4652
base: main
Are you sure you want to change the base?
Try using latest xdp #4652
Conversation
@mtfriesen |
ee5f896
to
4202c51
Compare
abc97b8
to
0f34406
Compare
0f34406
to
eda8668
Compare
Editing .gitmodules doesn't work for some reason. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4652 +/- ##
==========================================
+ Coverage 85.80% 85.85% +0.04%
==========================================
Files 56 56
Lines 17361 17361
==========================================
+ Hits 14897 14905 +8
+ Misses 2464 2456 -8 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
a2131ce
to
8827b09
Compare
8827b09
to
ad8092c
Compare
submodules/xdp-for-windows
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs to be a commit in main
branch = release/1.0 | ||
branch = 300d18c43f989ca22ad1be2f2836e2bbec6a2c4f |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mtfriesen what are your thoughts on a timeline for a new release branch (not necessarily an official release) from XDP?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not entirely sure I understand the distinction - XDP should have a release branch 1:1 with each major/minor version. Are you asking if we can do an unsupported/unsigned release for 1.x, and then either make it "official" later, or let 1.y become officially supported afterwards?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not asking for a one-off. I'm asking: when should we fork the next XDP release branch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whenever needed by a dependent project. XDP keeps main
in a releasable state at all times.
Co-authored-by: Nick Banks <[email protected]>
Co-authored-by: Nick Banks <[email protected]>
|
No, not necessarily an XDP issue. |
Found interesting behavior. So I believe this is XDP related initialization/uninitialization issue? EDIT1: Oops, just |
main thread callstack is consistently same upto CxPlatTlsResetSchannel.
|
I'm not sure how your PR would be causing this TLS crash... |
Why CI passes..... |
Confirmed that the same issue happens before this change. Tried with xdp v1.0.1 |
Description
Try using latest header only XDP API
This should not be merged until
xdp-for-windows
release official version.Checking CI with new API
Testing
CI
Documentation
N/A