-
Notifications
You must be signed in to change notification settings - Fork 902
Add MaxLinear GSW1xx DSA driver support #1386
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
This driver uses mdio port for it raw packets. Change-Id: Ieb071130bf92718d170772d103f5ca3181f25de0
|
How do I create a dependency to a libpcap change? |
|
A Google search for make a github change depend on a change in a different github repository didn't turn up anything that looked easy to do. Presumably the libpcap change is the-tcpdump-group/libpcap#1578; given that this change won't build without that change, that's probably sufficient. |
|
It would be more useful to put the packet diagrams into tcpdump-htdocs. On this note, what are the two vertical lines to the right? One spans from a field boundary to a field boundary and another spans from a middle of a field to a field boundary. The labels next to them do not seems relevant. What is the reason the vendor is not allocating an EtherType value? |
I tried to fill in similar information as from the version it was based on.
I don't know, I am not affiliated with MaxLinear. It is currently not allocated with IANA. |
About the EtherType in linux kernel: |
IANA doesn't manage EtherTypes, the IEEE does. If this is referring to So perhaps that EtherType belonged to Infineon when it was first used for this purpose, or perhaps it's now owned by MaxLinear, or Infineon let their former division use it. |
Tnx! That make more sense. From the FAQ:
So, it is not out of the blue, it wont be any other users of the ethertype. |
This driver uses mdio port for it raw packets.
This is dependent on patch in libpcap.