From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [Xen-devel] [PATCH net v6 1/1] xen-netback: Handle backend state transitions in a more robust way Date: Thu, 26 Sep 2013 14:16:03 +0100 Message-ID: <1380201363.29483.86.camel@kazak.uk.xensource.com> References: <1380193792-9751-1-git-send-email-paul.durrant@citrix.com> <1380193792-9751-2-git-send-email-paul.durrant@citrix.com> <1380200840.29483.82.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: , Wei Liu , David Vrabel , To: Paul Durrant Return-path: Received: from smtp02.citrix.com ([66.165.176.63]:12642 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757213Ab3IZNQG (ORCPT ); Thu, 26 Sep 2013 09:16:06 -0400 In-Reply-To: <1380200840.29483.82.camel@kazak.uk.xensource.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 2013-09-26 at 14:07 +0100, Ian Campbell wrote: > On Thu, 2013-09-26 at 12:09 +0100, Paul Durrant wrote: > > When the frontend state changes netback now specifies its desired state to > > a new function, set_backend_state(), which transitions through any > > necessary intermediate states. > > This fixes an issue observed with some old Windows frontend drivers where > > they failed to transition through the Closing state and netback would not > > behave correctly. > > > > Signed-off-by: Paul Durrant Sorry, trimmed my quotes too aggressively and nuked my Ack ;-) Ian.