-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support configurable MTU in Intel82599 driver
The MTU is now configurable individually for each instance of the driver. The MTU includes the L2 header, but not the CRC. The driver enables jumbo frames if the MTU exceeds 1514 bytes. Receive buffers must be large enough to hold a full-sized packet. Packets which exceed the MTU are discarded by transmit().
- Loading branch information
1 parent
dd709ee
commit 27c1091
Showing
1 changed file
with
47 additions
and
10 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