Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932260AbVL0IKT (ORCPT ); Tue, 27 Dec 2005 03:10:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932262AbVL0IKS (ORCPT ); Tue, 27 Dec 2005 03:10:18 -0500 Received: from wproxy.gmail.com ([64.233.184.197]:3158 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S932260AbVL0IKR convert rfc822-to-8bit (ORCPT ); Tue, 27 Dec 2005 03:10:17 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FSRMxiqbWU06zNZs+raNVCrdhb2wXqRX24ichLccU4R7BBi9sILRYbqf/vqa23cUTHZcaZ/98Y2ZkeNt2MB5htDYy9wVUhePhudbZwGxD3Qbw8raZ2MSr4F2S1zXrV0s6eLPQZX4RPIPeT02uxjTcFbTQmLtETk/+y8vXEqjcbE= Message-ID: Date: Tue, 27 Dec 2005 13:10:16 +0500 From: Nauman Tahir To: Arjan van de Ven Subject: Re: ia_64_bit Performance difference Cc: linux-kernel@vger.kernel.org In-Reply-To: <1135669831.2926.11.camel@laptopd505.fenrus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: <1135669831.2926.11.camel@laptopd505.fenrus.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1501 Lines: 37 On 12/27/05, Arjan van de Ven wrote: > On Tue, 2005-12-27 at 12:18 +0500, Nauman Tahir wrote: > > Hi all, > > I have written a block device driver. Driver includes the > > implementation of write back cache policy. Purpose of the driver is > > not an issue. The problem I am facing is the considerable difference > > of performance when I run same driver on 32 and 64 BIT OS. I am > > testing the driver on 64 Bit Machine and run the same driver on both > > (32 and 64 Bit) OS. On 32 Bit, IO rate is almost double then on 64 Bit > > OS. ( i wish it could have been opposite :( ) > > you forgot to post the URL to your source code... I did NOT FORGET to post the URL of my code as I mentioned I am interested in general areas of the kernel to look for. Like is there any problem related to 64 bit specific kernel compilation etc... You should ask for my system configurations. As far as the code is concered there is not any architecture specific issue I guess in that. I have used threads of MD as my generic thread library and have used calculations based on unsigned long. Kernel Version: I am using is 2.6.9 and onwards. Machine configuration is : HP Prolient DL 145 (Dual Opteron 244 Processors with 14GB RAM) Regards Nauman - 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/