From owner-freebsd-xen@freebsd.org Tue May 3 09:32:31 2016 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFEF2B2978E for ; Tue, 3 May 2016 09:32:31 +0000 (UTC) (envelope-from prvs=924d4b44a=roger.pau@citrix.com) Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Verizon Public SureServer CA G14-SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84A5B1DD8 for ; Tue, 3 May 2016 09:32:31 +0000 (UTC) (envelope-from prvs=924d4b44a=roger.pau@citrix.com) X-IronPort-AV: E=Sophos;i="5.24,572,1454976000"; d="scan'208";a="351323984" Date: Tue, 3 May 2016 11:32:11 +0200 From: 'Roger Pau =?iso-8859-1?Q?Monn=E9'?= To: Stephen Jones CC: "'freebsd-xen@freebsd.org'" Subject: Re: xn ethernet issues as DOMU under NetBSD DOM0 Message-ID: <20160503093211.hkmbbqr6t2fbxqqa@mac> References: <20160503072441.qgqgaw52sijybg4a@mac> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.0-neo (2016-04-07) X-DLP: MIA2 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 09:32:31 -0000 On Tue, May 03, 2016 at 08:47:29AM +0000, Stephen Jones wrote: > > >Can you try with a HEAD snapshot? netfront has been recently reworked [0], so there's a chance it is already fixed there. > > > >Roger. > > Okay, I just grabbed an iso out of: /pub/FreeBSD/snapshots/ISO-IMAGES/10.3 and did a fresh install on a domu, but had the > same result. The ISO was time stamped April 30th, did I use the right one? Oh, no, the changes weren't backported to 10. You need to use a 11.0 (HEAD) image, just pick the newer amd64 or i386 one from: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/11.0/ Roger.