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

Change format to use one row per software, with multiple bits each. #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

danderson
Copy link
Contributor

Calico reserves 16 bits for itself, which would be ridiculously unwieldy
in the previous format. The original goal of listing individual bits was
so that we could show conflicts easily, by listing several pieces of
software for a bit.

Instead, this change adds a new "conflicts" section that highlights which
of the bit ranges from the prior section represent conflicts.

Signed-off-by: David Anderson dave@natulte.net

Calico reserves 16 bits for itself, which would be ridiculously unwieldy
in the previous format. The original goal of listing individual bits was
so that we could show conflicts easily, by listing several pieces of
software for a bit.

Instead, this change adds a new "conflicts" section that highlights which
of the bit ranges from the prior section represent conflicts.

Signed-off-by: David Anderson <dave@natulte.net>

| Bit | Mark value | Software |
| Bit(s) | Mark value | Software |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Would Mark mask be more appropriate given that multiple bits covered by this value are handled by the corresponding software?

Comment on lines +46 to +47
| 17 | [Weave Net][weave] and [Calico][cal] | Not a problem in practice, Weave Net and Calico are incompatible anyway. |
| 18-19 | [Calico][cal] and [Tailscale][ts] | |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming there are three or more software with conflicts on particular bits, how do you want to format the table?

Comment on lines +49 to +67
### Bits not currently in use

If you're writing new software, here is a list of bitwise marking bits
that are not in use, according to this registry. This is not a
guarantee that the bits are unused, merely that this registry doesn't
know about their use.

| Bit | Mark value |
|-----|-----------|
| 0 | 0x1 |
| 1 | 0x2 |
| 2 | 0x4 |
| 3 | 0x8 |
| 4 | 0x10 |
| 5 | 0x20 |
| 6 | 0x40 |
| 7 | 0x80 |
| 12 | 0x1000 |
| 13 | 0x2000 |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, and I think my latest PR dispells any possible notion that there are bits not yet overloaded ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants