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

SIMD-0088: Enable Core BPF Programs #88

Merged
Prev Previous commit
dedupe backward compat paragraph
buffalojoec committed Jan 9, 2024
commit 3824771b37e2b2515d2bc4ee028baf08ecdccd70
4 changes: 0 additions & 4 deletions proposals/0088-enable-core-bpf-programs.md
Original file line number Diff line number Diff line change
@@ -109,10 +109,6 @@ This proposal itself does not directly introduce any breaking changes. The code
introduced to migrate native programs to core BPF programs will exist off of the
runtime's "hot path" until it's actually used for a migration.

When a migration is conducted, the core BPF version will be more than backwards
compatible. It must provide the exact same results as the native program it aims
to replace.

When a migration is conducted, the BPF version of a native program will be
absolutely backwards compatible *functionally*. Its BPF version must provide the
exact same results as the original native program it aims to replace.