From: Timur Tabi Subject: Re: [linuxppc-release] [PATCH v2 4/4] fsl-dma: use spin_lock_bh to instead of spin_lock_irqsave Date: Wed, 11 Jul 2012 10:01:01 -0500 Message-ID: <4FFD952D.8040201@freescale.com> References: <1341997326-18495-1-git-send-email-qiang.liu@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: , , Vinod Koul , , Dan Williams , Li Yang , To: Qiang Liu Return-path: Received: from va3ehsobe002.messaging.microsoft.com ([216.32.180.12]:31656 "EHLO va3outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755172Ab2GKPBI (ORCPT ); Wed, 11 Jul 2012 11:01:08 -0400 In-Reply-To: <1341997326-18495-1-git-send-email-qiang.liu@freescale.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: Qiang Liu wrote: > Use spin_lock_bh to instead of spin_lock_irqsave for improving performance. Please provide some evidence that performance has improved, as well as an explanation why it's okay to use spin_lock_bh, and why it's faster. -- Timur Tabi Linux kernel developer at Freescale