From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 3/3 net] ibmvnic: Update MTU after device initialization Date: Tue, 18 Oct 2016 14:17:42 -0400 (EDT) Message-ID: <20161018.141742.1723997549813247200.davem@davemloft.net> References: <1476736090-13588-1-git-send-email-tlfalcon@linux.vnet.ibm.com> <1476736090-13588-3-git-send-email-tlfalcon@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: tlfalcon@linux.vnet.ibm.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:45004 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1034293AbcJRSRn (ORCPT ); Tue, 18 Oct 2016 14:17:43 -0400 In-Reply-To: <1476736090-13588-3-git-send-email-tlfalcon@linux.vnet.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: 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.