From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: Re: [PATCH 2/2] xen-netfront: Update features after registering netdev Date: Thu, 21 Jun 2018 15:12:33 +0200 Message-ID: <754ddc45-215a-458c-2b58-e9d979471f4d@suse.com> References: <20180621130021.27029-1-ross.lagerwall@citrix.com> <20180621130021.27029-3-ross.lagerwall@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Boris Ostrovsky , "David S. Miller" , xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org, Liam Shepherd To: Ross Lagerwall , netdev@vger.kernel.org Return-path: In-Reply-To: <20180621130021.27029-3-ross.lagerwall@citrix.com> Content-Language: de-DE Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 21/06/18 15:00, Ross Lagerwall wrote: > Update the features after calling register_netdev() otherwise the > device features are not set up correctly and it not possible to change > the MTU of the device. After this change, the features reported by > ethtool match the device's features before the commit which introduced > the issue and it is possible to change the device's MTU. > > Fixes: f599c64fdf7d ("xen-netfront: Fix race between device setup and open") > Reported-by: Liam Shepherd > Signed-off-by: Ross Lagerwall Reviewed-by: Juergen Gross Juergen