Skip to content

Paper review #2

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Paper review #2

wants to merge 2 commits into from

Conversation

vivien
Copy link
Contributor

@vivien vivien commented Mar 31, 2017

Minor fixups go in the first commit, while the second one may raise concerns.

Cc: @ffainelli

vivien added 2 commits March 31, 2017 15:14
Prefer american english, "Wi-Fi", "vs.", etc. and fix a few typos.
In contrary to switchdev which is a stateless API that switch-ish
drivers can implement, DSA tracks the state of a switch fabric (a.k.a. a
tree), its switch chips and their switch ports.

Thus mention that DSA is stateful, not stateless.
@ffainelli
Copy link
Contributor

LGMT, just one thing: why the s/MV88/88/?

@vivien
Copy link
Contributor Author

vivien commented Mar 31, 2017

s/MV88/88/ because there is no MV prefix to the Marvell switch family naming.

@lunn
Copy link
Owner

lunn commented Mar 31, 2017

Correct, the datasheets refer to 88e6352, for example. But within the driver, we use the MV prefix. So we need to look at the context, and decide if the text is are referring to the device, or something within the driver.

@lunn
Copy link
Owner

lunn commented Mar 31, 2017

What is the Broadcom convention? Is the device bcm7445d0, or just 7445d0?

@vivien
Copy link
Contributor Author

vivien commented Mar 31, 2017

We must use 88E6352 when talking about Marvell chips because that is the name given by the manufacturer. The MV prefix is just there because of a limitation of the C language ;-)

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.

3 participants