-
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 - support 9014-byte jumbo frames
Enable support for 9014-byte jumbo frames. - Update INF to allow JumboPacket up to 9014. - Tell NetAdapterCx that the receive buffer size needs to be RoundUp8(JumboPacket + 8), where JumboPacket is set in the INF (default = min = 1514, max = 9014). - Tell hardware that the receive buffer size is RoundUp8(JumboPacket + 8). Note that using a full 9022-byte buffer for 1522-byte packets is sub-optimal. NetAdapterCx does not currently support multi-fragment packets if using system-managed buffering. With driver-managed buffering we could fix this, but that probably isn't worthwhile at this point.
- Loading branch information
Showing
6 changed files
with
18 additions
and
15 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