Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 23 Jul 2002 19:54:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 23 Jul 2002 19:54:21 -0400 Received: from mx1.elte.hu ([157.181.1.137]:52180 "HELO mx1.elte.hu") by vger.kernel.org with SMTP id ; Tue, 23 Jul 2002 19:52:54 -0400 Date: Wed, 24 Jul 2002 01:54:49 +0200 (CEST) From: Ingo Molnar Reply-To: Ingo Molnar To: Oleg Nesterov Cc: linux-kernel@vger.kernel.org, Linus Torvalds Subject: Re: [patch] big IRQ lock removal, 2.5.27-G0 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 725 Lines: 20 On Wed, 24 Jul 2002, Ingo Molnar wrote: > > local_bh_disable() is rare (i think), and do_softirq() checks > > in_interrupt(). > > but still we dont want to call do_softirq() all the time. local_bh_enable > is used in quite performance-sensitive networking code. in fact the in_interrupt() check in do_softirq() should never trigger with the latest patch applied - i'll put a debugging printk there and we can remove it after some time. This will speed things up a bit. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/