From owner-freebsd-virtualization@freebsd.org Tue Jun 13 08:06:59 2017 Return-Path: Delivered-To: freebsd-virtualization@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 23BEEB952C4 for ; Tue, 13 Jun 2017 08:06:59 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFFDD720E7; Tue, 13 Jun 2017 08:06:58 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (ezra.dcm1.omnilan.net [78.138.80.135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id v5D86uTg028848; Tue, 13 Jun 2017 10:06:56 +0200 (CEST) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (s1.omnilan.de [217.91.127.234]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id A29448F8; Tue, 13 Jun 2017 10:06:56 +0200 (CEST) Message-ID: <593F9D13.6040604@omnilan.de> Date: Tue, 13 Jun 2017 10:06:43 +0200 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: Peter Grehan CC: "Rodney W. Grimes" , freebsd-virtualization@freebsd.org Subject: Re: VNC stuff References: <201706130102.v5D125Xm053949@pdx.rh.CN85.dnsmgr.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: ACL 129 matched, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [78.138.80.130]); Tue, 13 Jun 2017 10:06:56 +0200 (CEST) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: 78.138.80.135; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2017 08:06:59 -0000 Bezüglich Peter Grehan's Nachricht vom 13.06.2017 06:39 (localtime): > Hi Rod, > >> r302504 is not likely to be MFC'ed at this time, this is the e1000 >> driver >> and man page. This code has known issues at this time and is an action >> item list on the bhyve developers work list. > > The e1000 driver was MFC'd 11 months ago. The issues are currently > only with Windows - it works fine with Linux/*BSD/Solaris. I'm hoping > that the Windows issue can be fixed before 11.1. While we're at issues: virtio-net as one unresolved: [bhyve] utilizing virtio-net truncates jumbo frames at 4084 bytes length https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215737 Most likely this won't be able to fix in time for 11.1, but I wanted to point out, since users depending on jumbo frame to/from the guest, are forced to use the e1000, and if there are problems with different guests, there's no more option left for them. Thanks, -harry