mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
At present, the hsci tool creates HiperSockets Converged Interface (HSCI) with MTU of 1500 bytes regardless of the values of MTU for the external and HiperSockets interface from which it is formed. This can degrade performance or worse, affect network connectivity through the converged interface. Update the tool to automatically set MTU of HSCI as the lower of the MTU values of external and HiperSockets interface. Reviewed-by: Alexandra Winter <wintera@linux.ibm.com> Signed-off-by: Aswin Karuvally <aswin@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>