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

Propose inclusive language for device bus roles #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions RoT/Protocol/RFCs/0000-Inclusive_Bus_Rules.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
* Name: Inclusive_Bus_Roles
* Date: 2020-10-07
* Pull Request: [#26](https://github.com/opencomputeproject/Security/pull/26)

# Objective

This RFC proposes new language for referring to devices' connection roles on a
bus, replacing the outdated "master" and "slave" nomenclature.

# Proposal

We propose replacing all occurrences of "master" and "slave" with "host" and
"device". This terminology is already used in new proposals and language for
Cerberus, so this RFC simply makes existing practice normative.

# Specification Changelist

See above. `s/master/host/g` and `s/slave/device/g`, taking care to not replace
"master" where it does not refer to a bus role.

# Alternatives Considered

Many other choices exist for this nomenclature: "primary/secondary",
"host/target", and "client/server". Our choice is arbitrary and merely reflects
language we were already using.