From owner-freebsd-xen@freebsd.org Tue Jul 14 19:23:02 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 AEEC49A16FE for ; Tue, 14 Jul 2015 19:23:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83FF41180 for ; Tue, 14 Jul 2015 19:23:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id B7D892038E for ; Tue, 14 Jul 2015 15:23:00 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Tue, 14 Jul 2015 15:23:00 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=n7ZWyY/If+XtZT9 FRWi1vLnVzTs=; b=ePedEkpowrCEnP/XOaEJJVUoJatly+T1zfocZ3uShJNG3sD xkKQrTa61Zem+G2+BAN4UK9xnCefCWQfdBqInGzl615dALsZ/WiuY1KRjG3lwxNJ uic/AcQt2kKcuGuLYfxMuK3CY2hVjo+OkDgitRqZhuVuPKHgm1f4H3zjfnYg= Received: by web3.nyi.internal (Postfix, from userid 99) id 9412010867F; Tue, 14 Jul 2015 15:23:00 -0400 (EDT) Message-Id: <1436901780.3211878.323698017.360F8D73@webmail.messagingengine.com> X-Sasl-Enc: 1TCki4590s22CAEU6njYFKyMyI/WL0Zw4looSasN3Y+7 1436901780 From: Mark Felder To: Colin Percival , freebsd-xen@freebsd.org Cc: gnn@freebsd.org, Kristof Provost MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-63a5d8c6 Subject: Re: Networking under Xen Date: Tue, 14 Jul 2015 14:23:00 -0500 In-Reply-To: <55A55AE8.4090101@freebsd.org> References: <4E7B7075-4E0D-4EA7-9F5D-6D252CFBD487@gmail.com> <1436890526.3162974.323521249.6B73E6E2@webmail.messagingengine.com> <55A55AE8.4090101@freebsd.org> 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: Tue, 14 Jul 2015 19:23:02 -0000 On Tue, Jul 14, 2015, at 13:54, Colin Percival wrote: > On 07/14/15 09:15, Mark Felder wrote: > > On Tue, Jul 14, 2015, at 07:36, Sydney Meyer wrote: > >> - Dropped/Stalled Connections with TCP Segmentation Offload and pf > >> enabled. > > > > TSO is a known issue. I've been turning it off for years to get FreeBSD > > to play nice on Xen. > > More precisely *pf* is a known issue. It's inserting TCP checksums > into TSO packets. I reported this a long time ago and I don't know > why pf still hasn't been fixed. > I think Kristof may have solved this in HEAD with all of the care and feeding he has been doing to pf, but I haven't verified.