From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Durrant Subject: [PATCH net v3 0/1] xen-netback: windows frontend compatibility fixes Date: Tue, 24 Sep 2013 15:51:21 +0100 Message-ID: <1380034282-11210-1-git-send-email-paul.durrant@citrix.com> Mime-Version: 1.0 Content-Type: text/plain To: , Return-path: Received: from smtp02.citrix.com ([66.165.176.63]:3001 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751301Ab3IXOva (ORCPT ); Tue, 24 Sep 2013 10:51:30 -0400 Sender: netdev-owner@vger.kernel.org List-ID: The following patches fix a couple more issues found when testing with Windows frontends. v3: - Collapse both v2 patches into a single patch that introduces a new function to handle backend state transtions. By doing this we ensure that we always transition through intermediate states and that we don't attempt repeated connects or disconnects. v2: - Add comment in 2/2 to note that state transitions from Connected to Closed are incorrect.