-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dwc_eqos - vlan, flow, INF config options (#32)
- Change checksum offload INF options from granular to combined. - Add INF options for FlowControl, PriorityVlanTag. - Respect INF option for FlowControl at MAC level. - Set DisableReceiveOwn on MAC options. - Correct Rx VLAN tag behavior: always strip tag, always copy tag to OOB. - Correct Tx VLAN tag behavior: add tag if present in OOB. - Stop tracking Tx-Own statistics. They don't seem useful. The Tx VLAN tag behavior required significant refactoring of TxQueueAdvance. Previously we depended on one-to-one mapping between descriptor and fragment, but VLAN tags require context descriptors so there can now be descriptors without a matching fragment, so our descriptor drain code needs to deal with that.
- Loading branch information
Showing
11 changed files
with
306 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.