From owner-freebsd-xen@freebsd.org Fri Sep 11 22:13:24 2015 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 AF4ECA02067 for ; Fri, 11 Sep 2015 22:13:24 +0000 (UTC) (envelope-from syd.meyer@gmail.com) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44BD113D7 for ; Fri, 11 Sep 2015 22:13:24 +0000 (UTC) (envelope-from syd.meyer@gmail.com) Received: by wicgb1 with SMTP id gb1so78158469wic.1 for ; Fri, 11 Sep 2015 15:13:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=O0yKg2CftPsL4+N6XM3wbWNA0v187GDcpxfTN5sOxkA=; b=PAP43JyBbLGNNBtnxVFKKU7xSisTMgN7DqRKY5cV5ytR0fC5S8E1ymD+mMcme+OmL0 dm1koNBfOGFHiGGoKnogHw9mHqE0N2A3nE/SoV9y83Nh5CWUn06CQllxBaR2/HoJ2X0R Tq+PVhAsOsasRRUb2I8Ztu/xNVygyQCh7l7ekdCd3hitvGy+WqOktpTiU2IG86g2kw5g VsoHuPTlEMpqYIUUhgVgR0TJcypKCgr4YyeY2pNudDQp/62/p7+Qz1xkKqvY1GP+A7xz lvYqE/8CjEDCfgO5Vsl+QKrlkC17MPiGUJGki1oo/HN5v/ATBOiMB1S6vT4oJDeUejsO Sesg== X-Received: by 10.180.105.138 with SMTP id gm10mr720376wib.37.1442009602000; Fri, 11 Sep 2015 15:13:22 -0700 (PDT) Received: from ?IPv6:2a02:a03f:a0f:a200:918a:f5db:ce7c:1ebe? ([2a02:a03f:a0f:a200:918a:f5db:ce7c:1ebe]) by smtp.gmail.com with ESMTPSA id jc9sm1179592wic.6.2015.09.11.15.13.20 for (version=TLS1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Sep 2015 15:13:21 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.0 \(3094\)) Subject: Re: XenServer 6.5(SP1) - HVM 're0: watchdog timeout' errors... From: Sydney Meyer In-Reply-To: <28F73DA3-DC56-47F4-922B-31D73D124981@gmail.com> Date: Sat, 12 Sep 2015 00:13:19 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <9CC4073DE17E3C8BD01EF7D3@[10.12.30.106]> <55EDA470.1000007@citrix.com> <55EDC55B.8000004@egr.msu.edu> <762F895FF087C3BBB6DB94DA@[10.12.30.106]> <55EFF61A.3020409@citrix.com> <34C596D4CD79963C95725C41@[10.12.30.106]> <55F025BF.6020405@citrix.com> <28F73DA3-DC56-47F4-922B-31D73D124981@gmail.com> To: freebsd-xen@freebsd.org X-Mailer: Apple Mail (2.3094) X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 11 Sep 2015 22:13:24 -0000 I just noticed that these performance problems do not occur under 10.0 = and 10.1. Starting with 10.2 IPv4 TCP performance drops from ~12 Gb/s under 10.1 = to ~350 Mb/s under 10.2. Should i write a new bugreport for this? > On 09 Sep 2015, at 22:58, Sydney Meyer wrote: >=20 > Hello, >=20 > I'm running Xen 4.4.1 on a Debian 8 Dom0 and with 2 fresh FreeBSD 10.2 = DomU's (pf disabled): >=20 > IPv4: > - Host A (FreeBSD 10.2): "dd if=3D/dev/zero bs=3D1M | nc -l 5001" ---> = Host B (FreeBSD 10.2) "nc 10.0.30.95 5001 | dd of=3D/dev/zero bs=3D1M" =3D= ~46 MB/s > - Host A (FreeBSD 10.2): "dd if=3D/dev/zero bs=3D1M | nc -l 5001" ---> = Host B (CentOS 7) "nc 10.0.30.95 5001 | dd of=3D/dev/zero bs=3D1M" =3D = ~65 MB/s > - Host A (CentOS 7): "dd if=3D/dev/zero bs=3D1M | nc -l 5001" ---> = Host B (FreeBSD 10.2) "nc 10.0.30.111 5001 | dd of=3D/dev/zero bs=3D1M" = =3D ~685 MB/s >=20 > IPv6: > - Host A (FreeBSD 10.2): "dd if=3D/dev/zero bs=3D1M | nc -6 -l 5001" = ---> Host B (FreeBSD 10.2) "nc -6 2a02:a03f:a0f:a200:216:3eff:fee0:44bd = 5001 | dd of=3D/dev/zero bs=3D1M" =3D ~309 MB/s > - Host A (FreeBSD 10.2): "dd if=3D/dev/zero bs=3D1M | nc -6 -l 5001" = ---> Host B (Centos 7) "nc -6 2a02:a03f:a0f:a200:216:3eff:fee0:44bd 5001 = | dd of=3D/dev/zero bs=3D1M" =3D ~246 MB/s > - Host A (CentOS 7): "dd if=3D/dev/zero bs=3D1M | nc -6 -l 5001" ---> = Host B (FreeBSD 10.2) "nc -6 2a02:a03f:a0f:a200:216:3eff:fe7c:c4bd 5001 = | dd of=3D/dev/zero bs=3D1M" =3D ~352 MB/s >=20 > Also, i can confirm problems with FreeBSD 10 acting as a router for = other DomU on the same Dom0 (as in = https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D188261). >=20 >> On 09 Sep 2015, at 14:27, Roger Pau Monn=C3=A9 = wrote: >>=20 >> Hello, >>=20 >> El 09/09/15 a les 11.33, Karl Pielorz ha escrit: >>>=20 >>>=20 >>> --On 09 September 2015 11:04 +0200 Roger Pau Monn=C3=A9 >>> wrote: >>>=20 >>>> I'm working on importing a new netfront from Linux, which hopefully >>>> should solve the problems we are having with the PV nic. >>>=20 >>> That'll be great - I did test a CentOS box domU a while ago, and = that >>> didn't have the problem with routing traffic, I wasn't able to test >>> things like OpenVPN/DCHP on it - but the current netfront issues are >>> annoying [there's at least 2 FreeBSD PR's I know of this would also >>> address]. >>=20 >> Do you have an easy way to replicate those issues, right now I'm = trying >> with the following: >>=20 >> /etc/etc.conf: >> pf_enable=3D"YES" >>=20 >> /etc/pf.conf >> block in all >> pass out all keep state >>=20 >> But I don't seem to be able to reproduce them. Throughput between >> DomU<->Dom0 or DomU<->DomU seems to be fine (no degradation when >> compared to pf off). >>=20 >> Roger. >> _______________________________________________ >> freebsd-xen@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-xen >> To unsubscribe, send any mail to = "freebsd-xen-unsubscribe@freebsd.org" >=20