From owner-freebsd-xen@FreeBSD.ORG Tue Jul 16 04:20:02 2013 Return-Path: Delivered-To: freebsd-xen@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DDBA2C88 for ; Tue, 16 Jul 2013 04:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B7A45D28 for ; Tue, 16 Jul 2013 04:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6G4K2PD014504 for ; Tue, 16 Jul 2013 04:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6G4K2QR014503; Tue, 16 Jul 2013 04:20:02 GMT (envelope-from gnats) Date: Tue, 16 Jul 2013 04:20:02 GMT Message-Id: <201307160420.r6G4K2QR014503@freefall.freebsd.org> To: freebsd-xen@FreeBSD.org Cc: From: alex@ahhyes.net Subject: Re: kern/154428: [xen] xn0 network interface and PF - Massive performance drop X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: alex@ahhyes.net 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, 16 Jul 2013 04:20:02 -0000 The following reply was made to PR kern/154428; it has been noted by GNATS. From: alex@ahhyes.net To: Cc: Subject: Re: kern/154428: [xen] xn0 network interface and PF - Massive performance drop Date: Tue, 16 Jul 2013 14:09:49 +1000 On 2013-07-15 23:43, Mark Felder wrote: > I wasn't able to replicate this on an 8.4 XENHVM kernel -- perhaps > this has now been fixed? > > When 9.2-RELEASE drops we should test there as well before closing > this out. Hi Mark, You're certain TSO is enabled for the NIC? ie: Not disabled via ifconfig or sysctl? Cheers, Alex.