From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5BE8BC4727E for ; Tue, 22 Sep 2020 10:58:51 +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 E36E82396D for ; Tue, 22 Sep 2020 10:58:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=suse.com header.i=@suse.com header.b="Pa/F6yNn" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E36E82396D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=suse.com Authentication-Results: mail.kernel.org; spf=pass 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.92) (envelope-from ) id 1kKg0K-0002fJ-T7; Tue, 22 Sep 2020 10:58:36 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kKg0J-0002eB-KV for xen-devel@lists.xenproject.org; Tue, 22 Sep 2020 10:58:35 +0000 X-Inumbo-ID: 1e491c93-2f47-4a9a-9042-e020bb228108 Received: from mx2.suse.de (unknown [195.135.220.15]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 1e491c93-2f47-4a9a-9042-e020bb228108; Tue, 22 Sep 2020 10:58:29 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1600772308; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/nDVjs2/5IIOEfLogSRalGlMj00tL33mRUyuagMoW00=; b=Pa/F6yNn5XFlOaw+AL0haAAIUm2vuo1k4uuy0TyYMBevI8dNi+esrRqhWXieetEoxLJJPV SzgXv9pGK5UxmVmk2wGBOJq3EBvyfHlHBeb2J8AL3YveQLlBcAQLKCXFzoXW4DNSUZxwc2 c0sLdCns7sKTonRQNZJfsi3uZkxtshI= Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 63E35AD85; Tue, 22 Sep 2020 10:59:05 +0000 (UTC) From: Juergen Gross To: minios-devel@lists.xenproject.org, xen-devel@lists.xenproject.org Cc: samuel.thibault@ens-lyon.org, wl@xen.org, Juergen Gross Subject: [PATCH 0/2] mini-os: netfront: fix some issues Date: Tue, 22 Sep 2020 12:58:24 +0200 Message-Id: <20200922105826.26274-1-jgross@suse.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Fix two issues in mini-os netfront: - undo init_netfront interface change and replace it with an alternative - fix mini-os suspend/resume handling in netfront Juergen Gross (2): mini-os: netfront: retrieve netmask and gateway via extra function mini-os: netfront: fix suspend/resume handling include/netfront.h | 4 +- lwip-net.c | 4 +- netfront.c | 173 ++++++++++++++++++++------------------------- test.c | 2 +- 4 files changed, 84 insertions(+), 99 deletions(-) -- 2.26.2