From patchwork Tue Dec 17 13:32:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Durrant X-Patchwork-Id: 11297573 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F34B6930 for ; Tue, 17 Dec 2019 13:33:54 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CE9A221835 for ; Tue, 17 Dec 2019 13:33:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="DX2Onx+C" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CE9A221835 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=amazon.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1ihCxx-0005tj-CY; Tue, 17 Dec 2019 13:32:45 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1ihCxv-0005tW-Tk for xen-devel@lists.xenproject.org; Tue, 17 Dec 2019 13:32:43 +0000 X-Inumbo-ID: af4f1e64-20d1-11ea-88e7-bc764e2007e4 Received: from smtp-fw-33001.amazon.com (unknown [207.171.190.10]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id af4f1e64-20d1-11ea-88e7-bc764e2007e4; Tue, 17 Dec 2019 13:32:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1576589556; x=1608125556; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=onLQnvSBL3lNxDnDN4WMJbsPXtOY8gXICW/wG+jHVxA=; b=DX2Onx+CBbqICJy+A32L5ZbABHHgxizRgY8e+C5UC+HfABwvEONSK5S2 7yGj71JaIINr6tkYcpBe3UixFAVLIxCWoQ8Z2DbPeUGRRjoJTrGUCJYb4 pEcfCZoR5onBAdQTlWkakUUCboCei4+vHnLxecXMlotCkoS/w7FiLVwYi 4=; IronPort-SDR: wLNC9ZIehASY3f9dI/UiaPPmHOoqvQqvhd83w4KLqwpCJJU/JxA54jXs6vLnq7tEwgK7u4xP8w vLdHImIkxGbg== X-IronPort-AV: E=Sophos;i="5.69,325,1571702400"; d="scan'208";a="15379886" Received: from sea32-co-svc-lb4-vlan3.sea.corp.amazon.com (HELO email-inbound-relay-2b-4e24fd92.us-west-2.amazon.com) ([10.47.23.38]) by smtp-border-fw-out-33001.sea14.amazon.com with ESMTP; 17 Dec 2019 13:32:25 +0000 Received: from EX13MTAUEA001.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan2.pdx.amazon.com [10.170.41.162]) by email-inbound-relay-2b-4e24fd92.us-west-2.amazon.com (Postfix) with ESMTPS id 4C13FA16A1; Tue, 17 Dec 2019 13:32:24 +0000 (UTC) Received: from EX13D32EUC001.ant.amazon.com (10.43.164.159) by EX13MTAUEA001.ant.amazon.com (10.43.61.82) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Tue, 17 Dec 2019 13:32:23 +0000 Received: from EX13MTAUEA001.ant.amazon.com (10.43.61.82) by EX13D32EUC001.ant.amazon.com (10.43.164.159) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Tue, 17 Dec 2019 13:32:22 +0000 Received: from u2f063a87eabd5f.cbg10.amazon.com (10.125.106.135) by mail-relay.amazon.com (10.43.61.243) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Tue, 17 Dec 2019 13:32:20 +0000 From: Paul Durrant To: , , Date: Tue, 17 Dec 2019 13:32:15 +0000 Message-ID: <20191217133218.27085-1-pdurrant@amazon.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Precedence: Bulk Subject: [Xen-devel] [PATCH net-next 0/3] xen-netback: clean-up X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Paul Durrant Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Paul Durrant (3): xen-netback: move netback_probe() and netback_remove() to the end... xen-netback: switch state to InitWait at the end of netback_probe()... xen-netback: remove 'hotplug-status' once it has served its purpose drivers/net/xen-netback/xenbus.c | 350 +++++++++++++++---------------- 1 file changed, 171 insertions(+), 179 deletions(-)