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

dwc_eqos - segmentation offload and vlan fixes #39

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

idigdoug
Copy link
Collaborator

@idigdoug idigdoug commented Jan 17, 2024

  • Add a README.md.
  • Add a REG file for enabling a diagnostic ETW autologger.
  • Implement TCP segmentation offload (LSOv2).
  • Implement UDP fragmentation offload (USO).
  • Instead of making a half-baked effort to adapt to disabled hardware features (i.e. lack of Checksum or Segment offload support), check for the feature and don't load if it's missing. At present, I have nothing to test this on and it just makes the code messy. We can add adaptability back in the future if anybody actually wants it and has hardware to test it.
  • Fix problems with error logging in Tx path (error bit is only valid for LastDescriptor).
  • Fix problems with VLAN tag insertion.
  • Fix problems with checksum offload configuration. NetAdapterCx only recognizes the "granular" options.

- Add a README.md.
- Add a REG file for enabling a diagnostic ETW autologger.
- Implement TCP segmentation offload (LSOv2).
- Implement UDP fragmentation offload. (USO).
- Instead of making a half-baked effort to adapt to disabled hardware
  features (i.e. lack of Checksum or Segment offload support), check for
  the feature and don't load if it's missing. At present, I have nothing
  to test this on and it just makes the code messy. We can add
  adaptability back in the future if anybody actually wants it and has
  hardware to test it.
- Fix problems with error logging in Tx path.
- Fix problems with VLAN tag insertion.
- Fix problems with checksum offload configuration. NetAdapterCx only
  recognizes the "granular" options.
@idigdoug idigdoug merged commit 87e3e62 into master Jan 17, 2024
2 checks passed
@idigdoug idigdoug deleted the dwc_eqos_gso branch January 17, 2024 20:23
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