From owner-freebsd-hackers Fri Jun 11 23:15:18 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.rdc1.sfba.home.com (ha1.rdc1.sfba.home.com [24.0.0.66]) by hub.freebsd.org (Postfix) with ESMTP id 9C8D01517E for ; Fri, 11 Jun 1999 23:15:16 -0700 (PDT) (envelope-from adsharma@c62443-a.frmt1.sfba.home.com) Received: from c62443-a.frmt1.sfba.home.com ([24.0.69.165]) by mail.rdc1.sfba.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <19990612061516.NWCZ8807.mail.rdc1.sfba.home.com@c62443-a.frmt1.sfba.home.com>; Fri, 11 Jun 1999 23:15:16 -0700 Received: (from adsharma@localhost) by c62443-a.frmt1.sfba.home.com (8.8.7/8.8.7) id XAA25386; Fri, 11 Jun 1999 23:15:15 -0700 To: "David E. Cross" Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: High syscall overhead? References: <199906111440.KAA70517@cs.rpi.edu> From: Arun Sharma Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: 11 Jun 1999 23:15:15 -0700 In-Reply-To: "David E. Cross"'s message of "Fri, 11 Jun 1999 10:40:37 -0400" Message-ID: Lines: 13 X-Mailer: Gnus v5.5/Emacs 20.3 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "David E. Cross" writes: > Looking through the exception.s it appears that on entry to the > kernel an MP lock is obtained... I thought we had splX(); to > protect concurancy in the kernel. Can someone explain to me why is SYSCALL_LOCK necessary ? It certainly seems to hurt system call performance on a MP machine. Also, is there any data on lock contention in FreeBSD ? Is anyone working on decomposing some of the giant locks ? -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message