Re: [PATCH 3/3 net] ibmvnic: Update MTU after device initialization

2016-10-18 Thread David Miller
From: Thomas Falcon Date: Mon, 17 Oct 2016 15:28:10 -0500 > It is possible for the MTU to be changed during the initialization > process with the VNIC Server. Ensure that the net device is updated > to reflect the new MTU. > > Signed-off-by: Thomas Falcon Applied.

[PATCH 3/3 net] ibmvnic: Update MTU after device initialization

2016-10-17 Thread Thomas Falcon
It is possible for the MTU to be changed during the initialization process with the VNIC Server. Ensure that the net device is updated to reflect the new MTU. Signed-off-by: Thomas Falcon --- drivers/net/ethernet/ibm/ibmvnic.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/e