-
Notifications
You must be signed in to change notification settings - Fork 54
LINK_TYPE_DSA_GSW1XX: add EDSA protocol for GSW1xx family. #51
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
base: master
Are you sure you want to change the base?
Conversation
For use of MaxLinear GSW1xx DSA driver in Linux.
| ;; | ||
| gsw1xx-switch-tag) | ||
| title='GSW1XX switch tag | ' | ||
| ;; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change has no purpose in this version.
|
|
||
| <tr> | ||
| <td class="symbol">LINKTYPE_DSA_TAG_GSW1XX</td> | ||
| <td class="number">302</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be 303 and should appear after LINKTYPE_EDK2_MM below because the table is sorted by numeric ID.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correction: it should be 304, let me add the latest assignment to the table first.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Please use the latest master branch and make it 304.
| </ul> | ||
| Format of (Ethertyped) Ingress tagged frames: | ||
| <pre> | ||
| +0 +----+----+----+----+----+----+----+----+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please note indentation is off in the packet diagrams.
| +6 +----+----+----+----+----+----+----+----+ +- | ||
| | Prog. DSA Ether Type [15:8] | | (8-byte) Special Tag | ||
| +1 +----+----+----+----+----+----+----+----+ | Contains a programmable Ether type. | ||
| | Prog. DSA Ether Type [7:0] | | + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Special Tag Content ends in the middle of programmable EtherType in this packet diagram, should be exactly 6 bytes after EtherType according to the data sheet.
For use of MaxLinear GSW1xx DSA driver in Linux.
v2: Renamed to Special Tag, merged to one page for Special-Tag.