For network adapter drivers that require the "Jumbo Packet" value to be set for MTU, enter 9014. This is to accommodate 14 bytes of Ethernet header, which is then added to the 9000-byte packet. For example, Mellanox ConnectX-3 adapters require this value to function correctly.
To confirm testing of Jumbo frame between two nodes, use the ping command as follows:
For Windows:
ping <target> -f -l 8972
For Linux:
ping <target> -M do -s 8972
No comments:
Post a Comment