We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am running into the following fatal error while starting machnet.
=> Hardware does not support checksum offloads.
Driver information: driver: gve version: 1.0.0
capabilities (via ethtool -k)
tx-checksum-ipv4: off [fixed]
The text was updated successfully, but these errors were encountered:
In the source code, here is the issue
// Making this fatal; not sure what NIC does not support checksum offloads. LOG(FATAL) << "Hardware does not support checksum offloads.";
Sorry, something went wrong.
Hi @HaseebLUMS
Would ya have a look at this commit 93f1472
Mainly, this particular file src/core/drivers/dpdk/pmd.cc
You are right and it does not have to be FATAL. Feel free to change it to WARNING and see if it solves your problem.
Also, feel free to create PR, and clean up GCP support. Happy to review and help out.
Thanks, Alireza
No branches or pull requests
I am running into the following fatal error while starting machnet.
=> Hardware does not support checksum offloads.
Driver information:
driver: gve
version: 1.0.0
capabilities (via ethtool -k)
tx-checksum-ipv4: off [fixed]
The text was updated successfully, but these errors were encountered: