From: John Allen
Date: Tue, 6 Jun 2017 16:55:52 -0500
> Changing the mtu is currently not supported in the ibmvnic driver.
>
> Implement .ndo_change_mtu in the driver so that attempting to use ifconfig
> to change the mtu will fail and present the user with an error message.
>
> Signed-off-by:
Changing the mtu is currently not supported in the ibmvnic driver.
Implement .ndo_change_mtu in the driver so that attempting to use ifconfig
to change the mtu will fail and present the user with an error message.
Signed-off-by: John Allen
---
diff --git a/drivers/net/ethernet/ibm/ibmvnic.c
b/d