From owner-freebsd-xen@FreeBSD.ORG Thu Aug 4 18:44:59 2011 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDFA1106564A for ; Thu, 4 Aug 2011 18:44:59 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from mail.barafranca.com (mail.barafranca.com [67.213.67.47]) by mx1.freebsd.org (Postfix) with ESMTP id C05E38FC13 for ; Thu, 4 Aug 2011 18:44:59 +0000 (UTC) Received: from localhost (unknown [172.16.100.24]) by mail.barafranca.com (Postfix) with ESMTP id 7F9498F9 for ; Thu, 4 Aug 2011 18:31:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at barafranca.com Received: from mail.barafranca.com ([172.16.100.24]) by localhost (mail.barafranca.com [172.16.100.24]) (amavisd-new, port 10024) with ESMTP id lpWjfUuZxYap for ; Thu, 4 Aug 2011 18:31:15 +0000 (UTC) Received: from [192.168.1.1] (a89-152-172-232.cpe.netcabo.pt [89.152.172.232]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.barafranca.com (Postfix) with ESMTPSA id C04128F6 for ; Thu, 4 Aug 2011 18:31:14 +0000 (UTC) Message-ID: <4E3AE57D.3050600@barafranca.com> Date: Thu, 04 Aug 2011 19:31:25 +0100 From: Hugo Silva User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: "freebsd-xen@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: 9.0-BETA1: PV network still won't work with NetBSD dom0 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 04 Aug 2011 18:45:00 -0000 I'm giving 9.0 a spin here. So far so good! With the exception of this one thing; With a NetBSD dom0, the FreeBSD HVM+PV domU (7.x, 8.x, 9.0-BETA1) behaves strangely in the network; trying to ssh to it from my laptop yeilds: Bad packet length 3737169374. Disconnecting: Packet corrupt Disabling TSO, RXCSUM and TXCSUM on xn0 results in: )$ ssh %domU_ip load: 0.53 cmd: ssh 3101 [select] 0.48r 0.01u 0.01s 0% 4248k load: 0.53 cmd: ssh 3101 [select] 0.66r 0.01u 0.01s 0% 4248k load: 0.53 cmd: ssh 3101 [select] 0.83r 0.01u 0.01s 0% 4248k And on the console of the domU: xn_txeof: WARNING: response is -1! NetBSD (5.x, -current), Linux and OpenIndiana PV domUs work as expected. What could be the cause? Keep up the good work on the OS! Best regards, Hugo