Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 4 Feb 2002 05:20:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 4 Feb 2002 05:20:15 -0500 Received: from mx2.elte.hu ([157.181.151.9]:64452 "HELO mx2.elte.hu") by vger.kernel.org with SMTP id ; Mon, 4 Feb 2002 05:20:08 -0500 Date: Mon, 4 Feb 2002 13:16:51 +0100 (CET) From: Ingo Molnar Reply-To: To: Steffen Persvold Cc: Jens Axboe , lkml Subject: Re: Short question regarding generic_make_request() In-Reply-To: <3C5E4CDE.9B60F077@scali.com> 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 On Mon, 4 Feb 2002, Steffen Persvold wrote: > [root@damd1 root]# ping sci4 > PING sci4 (192.168.4.4) from 192.168.4.3 : 56(84) bytes of data. > 64 bytes from sci4 (192.168.4.4): icmp_seq=0 ttl=255 time=238 usec > For simplicity I'll say ~200usec. When I change the receive handler > from a tasklet to a kernel thread, the numbers look like this : > > [root@damd1 root]# ping sci4 > PING sci4 (192.168.4.4) from 192.168.4.3 : 56(84) bytes of data. > 64 bytes from sci4 (192.168.4.4): icmp_seq=0 ttl=255 time=4.215 msec > 64 bytes from sci4 (192.168.4.4): icmp_seq=1 ttl=255 time=5.728 msec this shows some sort of wakeup or softirq handling irregularity. A number of softirq latency bugs were fixed, i'd suggest to try this with any recent kernel (or recent errata kernel rpms). 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/