Skip to content

Commit

Permalink
add more requirements to migration SIMDs
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Jan 9, 2024
1 parent 2c13cd0 commit fadff46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion proposals/0088-enable-core-bpf-programs.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,13 @@ When an existing native program is being proposed to be migrated to Core BPF,
or when a new Core BPF program is being introduced, at least one SIMD shall be
published outlining at least the following details:

- The interface for the program
- A precise and complete specification of its behavior
- How any required special privileges will be granted to the program in its BPF
form
- How this program's upgrades will be managed after it becomes Core BPF
- Whether or not this program will be an upgradeable or non-upgradeable BPF
program
- How this changes to this program will be managed after it becomes BPF

**Migrating a native program to core BPF** shall consist of deploying a
BPF version of the native program to a new arbitrary address and using a
Expand Down

0 comments on commit fadff46

Please sign in to comment.