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

implemented disabling of tx offload for linux nodes eth0 interfaces #212

Merged
merged 7 commits into from
Jan 5, 2021

Conversation

hellt
Copy link
Member

@hellt hellt commented Jan 2, 2021

since many containerized nodes discard packets with wrong checksum, every linux container started with clab must have tx checksum offload disable.
That will enforce checksum calculation in a linux container and thus will be accepted by NOS upon receive.

PS. This branch is branched off of #209, therefore #209 needs to be merged first.
The changes of this PR are solely in c6baf11, the rest comes from #209

close #197

@hellt hellt merged commit 65787e2 into master Jan 5, 2021
@hellt hellt deleted the txoff-linux branch January 31, 2021 09:24
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.

disable tx checksum offload for kind:linux containers
1 participant