commit | 3a807b751c66e76bff39da4a9bd9828d7866d025 | [log] [tgz] |
---|---|---|
author | John Allen <jallen@linux.vnet.ibm.com> | Tue Jun 06 16:55:52 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 07 15:02:45 2017 -0400 |
tree | 498bcbbb43e60e9032d90ef4897f1f0bb4433f5a | |
parent | e4061d572cef1f990bb7761f45d00342daa27fbd [diff] |
ibmvnic: Return failure on attempted mtu change 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 <jallen@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>