From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v2] AHCI: Optimize interrupt processing Date: Sat, 13 Sep 2014 13:43:51 +0900 Message-ID: <20140913044351.GA30477@mtj.dyndns.org> References: <20130521235003.GE6985@mtj.dyndns.org> <20140911124248.GA18490@dhcp-27-160.brq.redhat.com> <20140911124437.GB18490@dhcp-27-160.brq.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pd0-f181.google.com ([209.85.192.181]:33997 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751153AbaIMEoA (ORCPT ); Sat, 13 Sep 2014 00:44:00 -0400 Content-Disposition: inline In-Reply-To: <20140911124437.GB18490@dhcp-27-160.brq.redhat.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Alexander Gordeev Cc: linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org On Thu, Sep 11, 2014 at 02:44:37PM +0200, Alexander Gordeev wrote: > Split interrupt service routine into hardware context handler and > threaded context handler. That allows to protect ports with individual > locks rather than with a single host-wide lock, which results in better > parallelism. This patch is way too large. Can you please split it up to smaller logical changes? Thanks. -- tejun