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

Improve IPv4 checksum verification/generation #14

Draft
wants to merge 2 commits into
base: ethernet
Choose a base branch
from

Conversation

t-wallet
Copy link
Collaborator

@t-wallet t-wallet commented Sep 30, 2024

This draft PR improves IPv4 checksum verification and generation by pipelining it.

Doing this for dataWidth 4 was not very difficult. But doing it for generic dataWidth turned out to be way more complex than initially thought (thanks, IPv4). Therefore, I wanted to separate this issue from #8 to avoid cluttering things and blocking the main PR.

TODO:

@t-wallet t-wallet changed the base branch from main to ethernet September 30, 2024 14:12
@t-wallet t-wallet mentioned this pull request Sep 30, 2024
7 tasks
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.

1 participant