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

fix ControlMessageOwned::UdpGroSegments UDP packets processing type. #2406

Merged
merged 2 commits into from
May 22, 2024

Conversation

devnexen
Copy link
Contributor

The kernel, since 5.0, process the segmentation offload with a signed int.

close #2403.

@devnexen devnexen marked this pull request as ready for review May 16, 2024 07:40
Copy link
Member

Choose a reason for hiding this comment

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

Kinda think this changelog should be named "2406.fixed.md" considering that reading an u16 using std::ptr::read_unaligned() from an i32 buffer would not work on big-endian machines

@SteveLauC
Copy link
Member

CI failure is not related to this PR, libc 0.2.154 has been yanked, we have to wait for the release of 0.2.155.

@SteveLauC
Copy link
Member

The issue has been fixed, please rebase your branch:)

The kernel, since 5.0, process the segmentation offload with a signed
int.

close nix-rust#2403.
Copy link
Member

@SteveLauC SteveLauC left a comment

Choose a reason for hiding this comment

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

Thanks!

@SteveLauC SteveLauC added this pull request to the merge queue May 22, 2024
Merged via the queue into nix-rust:master with commit f743197 May 22, 2024
36 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.

ControlMessageOwned::UdpGroSegments size mismatches the actual size
2 participants