-
Notifications
You must be signed in to change notification settings - Fork 51
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
Implement checksums properly in dataplane #25
Comments
Opening this up as a good issue for newcomers interested in getting involved in the ebpf dataplane bits :) |
Would like to work on this one o/ |
@LCaparelli I would recommend joining the AYA discord If you're going to dive in here -> https://aya-rs.dev/community/ I already asked how to fix this bug here https://discord.com/channels/855676609003651072/1039654899408982077 |
Yup, the nice folks over there already gave me a hand on the other issue I'm working on to improve the build process, thanks for the heads up @astoycos |
@LCaparelli as I understand it you may not have time for this one going forward so I'm opening it back up, however if you still want to take this one on please just let us know! 🖖 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Not stale, we still intend this for the /remove-lifecycle stale However, I suspect @LCaparelli is no longer working on this (do correct me if you still wanted this)? So I think we're back to help wanted. /help |
@shaneutt: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I have some questions about this issue, I found some functions implemented with |
Consistency for sure, but I also think we just have a lot of hacks in place. I removed the |
@jokestax mentioned wanting to have a go at this one: /assign @jokestax Please do note it's kinda old, and maybe a bit crunchy, so take your time and do reach out here or on Slack if you need any support. Also when in doubt, I would highly recommend looking at what Cilium does as they are usually a good model to follow. |
Problem Statement
We currently don't handle checksums properly or at all in several places. The purpose of this task is to get that sorted out.
Acceptance Criteria
bpf_l3_cksum_replace
to properly recalculate checksumsThe text was updated successfully, but these errors were encountered: