From owner-freebsd-current@FreeBSD.ORG Fri Nov 19 15:49:13 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D90E16A4CE; Fri, 19 Nov 2004 15:49:13 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C1743D1D; Fri, 19 Nov 2004 15:49:12 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iAJFmk7C086006; Fri, 19 Nov 2004 08:48:47 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 19 Nov 2004 08:49:14 -0700 (MST) Message-Id: <20041119.084914.26958488.imp@bsdimp.com> To: daniel_k_eriksson@telia.com From: "M. Warner Losh" In-Reply-To: References: <20041118.095348.103081513.imp@bsdimp.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: serious networking (em) performance (ggate and NFS) problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 15:49:13 -0000 In message: "Daniel Eriksson" writes: : Finally, my question. What would you recommend: : 1) Run with ACPI disabled and debug.mpsafenet=1 and hope that the mix of : giant-safe and giant-locked (em and ahc) doesn't trigger any bugs. This is : what I currently do. : 2) Run with ACPI disabled and debug.mpsafenet=0 and accept lower network : performance (it is a high-traffic server, so I'm not sure this is a valid : option). : 3) Run with ACPI enabled and debug.mpsafenet=1 and accept that em0 : interrupts "leak" to the atapci1+ ithread. This I have done in the past. I don't know if I'm to a 'recommendation' so much as a 'I'd try your normal configuration with mpsetfet=0' to see if that makes a difference in the performance that you see. Warner