The current driverlimits the MTU to 9000. This appears to be a software limitation
as the hardware supports setting an MTU of 9600
Differential D8237
Increase maximum allowable MTU of the T4/T5 to 9600 jpaetzel on Oct 13 2016, 2:46 AM. Authored by Tags None Referenced Files
Subscribers
Details The current driverlimits the MTU to 9000. This appears to be a software limitation as the hardware supports setting an MTU of 9600 A kernel has already been built which allows ifconfig cxl0 mtu 9600, further testing is needed to ensure traffic of this size actually works.
Diff Detail
Event TimelineComment Actions Run time testing shows this as working properly with no ill effects. The patch is adopted from a patch to the stable/10 sources and the include in common/common.h is kind of out of place in HEAD. I'll leave it to np@'s discretion to rejigger as he sees fit. |