Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757930Ab1EYP0s (ORCPT ); Wed, 25 May 2011 11:26:48 -0400 Received: from g1t0026.austin.hp.com ([15.216.28.33]:23170 "EHLO g1t0026.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753432Ab1EYP0r convert rfc822-to-8bit (ORCPT ); Wed, 25 May 2011 11:26:47 -0400 X-Greylist: delayed 348 seconds by postgrey-1.27 at vger.kernel.org; Wed, 25 May 2011 11:26:47 EDT From: "Miller, Mike (OS Dev)" To: Tomas Henzl CC: "Valdis.Kletnieks@vt.edu" , "scameron@beardog.cce.hp.com" , Andrew Morton , LKML , LKML-scsi , Jens Axboe Date: Wed, 25 May 2011 15:20:18 +0000 Subject: RE: [PATCH 01/16] hpsa: do readl after writel in main i/o path to ensure commands don't get lost. Thread-Topic: [PATCH 01/16] hpsa: do readl after writel in main i/o path to ensure commands don't get lost. Thread-Index: AcwZPdWRhJh4EtY7Q/msg1vmiG5dywBsMQFA Message-ID: <0F5B06BAB751E047AB5C87D1F77A77887D5207690A@GVW0547EXC.americas.hpqcorp.net> References: <20110503195750.5478.54853.stgit@beardog.cce.hp.com> <20110503195849.5478.13229.stgit@beardog.cce.hp.com> <4DC13566.5070203@redhat.com> <20110504125212.GC5997@beardog.cce.hp.com> <10639.1304530101@localhost> <20110504173735.GB22953@parisc-linux.org> <11821.1304531662@localhost> <20110505183515.GA14193@beardog.cce.hp.com> <4DDA46FD.904@redhat.com> In-Reply-To: <4DDA46FD.904@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-cr-hashedpuzzle: RAPD Rxkf TLJI YsE0 aFHA gd5n gvud jv0y nyRc 36gQ 9bpZ ACYjUw== ADra7Q== AD8dGQ== AENPDA== AEX4Ag==;7;YQBrAHAAbQBAAGwAaQBuAHUAeAAtAGYAbwB1AG4AZABhAHQAaQBvAG4ALgBvAHIAZwA7AGEAeABiAG8AZQBAAGsAZQByAG4AZQBsAC4AZABrADsAbABpAG4AdQB4AC0AawBlAHIAbgBlAGwAQAB2AGcAZQByAC4AawBlAHIAbgBlAGwALgBvAHIAZwA7AGwAaQBuAHUAeAAtAHMAYwBzAGkAQAB2AGcAZQByAC4AawBlAHIAbgBlAGwALgBvAHIAZwA7AHMAYwBhAG0AZQByAG8AbgBAAGIAZQBhAHIAZABvAGcALgBjAGMAZQAuAGgAcAAuAGMAbwBtADsAdABoAGUAbgB6AGwAQAByAGUAZABoAGEAdAAuAGMAbwBtADsAdgBhAGwAZABpAHMALgBrAGwAZQB0AG4AaQBlAGsAcwBAAHYAdAAuAGUAZAB1AA==;Sosha1_v1;7;{64A5491B-F4BE-4DE6-B154-70DEDC0EFBBE};bQBpAGsAZQAuAG0AaQBsAGwAZQByAEAAaABwAC4AYwBvAG0A;Wed, 25 May 2011 15:20:18 GMT;UgBFADoAIABbAFAAQQBUAEMASAAgADAAMQAvADEANgBdACAAaABwAHMAYQA6ACAAZABvACAAcgBlAGEAZABsACAAYQBmAHQAZQByACAAdwByAGkAdABlAGwAIABpAG4AIABtAGEAaQBuACAAaQAvAG8AIABwAGEAdABoACAAdABvACAAZQBuAHMAdQByAGUAIABjAG8AbQBtAGEAbgBkAHMAIABkAG8AbgAnAHQAIABnAGUAdAAgAGwAbwBzAHQALgA= x-cr-puzzleid: {64A5491B-F4BE-4DE6-B154-70DEDC0EFBBE} acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3655 Lines: 99 Tomas wrote: > -----Original Message----- > From: Tomas Henzl [mailto:thenzl@redhat.com] > Sent: Monday, May 23, 2011 6:38 AM > To: Miller, Mike (OS Dev) > Cc: Valdis.Kletnieks@vt.edu; scameron@beardog.cce.hp.com; Andrew Morton; > LKML; LKML-scsi; Jens Axboe > Subject: Re: [PATCH 01/16] hpsa: do readl after writel in main i/o path > to ensure commands don't get lost. > > On 05/05/2011 08:35 PM, Mike Miller wrote: > > On Wed, May 04, 2011 at 01:54:22PM -0400, Valdis.Kletnieks@vt.edu > wrote: > > > >> On Wed, 04 May 2011 11:37:35 MDT, Matthew Wilcox said: > >> > >>>> This probably needs a comment like > >>>> /* don't care - dummy read just to force write posting to chipset > */ > >>>> or similar. I'm assuming it's just functioning as a barrier-type > flush of some sort? > >>>> > >>> It's a PCI write flush. It's not clear to me why it's needed here, > >>> though. The write will eventually get to the device; why we need to > >>> make the CPU wait around for it to actually get there doesn't make > sense. > >>> > >> Exactly why I think it needs a one-liner comment. :) > >> > >> > > So we're not exactly sure why it's needed either. We've had reports of > > commands getting "lost" or "stuck" under some workloads. The extra > readl > > works around the issue but certainly may have negative side effects. > > > > I'm not sure I understand how writel works. > > > > From linux-2.6/arch/x86/include/asm/io.h: > > > > #define build_mmio_write(name, size, type, reg, barrier) \ > > static inline void name(type val, volatile void __iomem *addr) \ > > { asm volatile("mov" size " %0,%1": :reg (val), \ > > "m" (*(volatile type __force *)addr) barrier); } > > > > This implies (at least to me) that a barrier is part of writel. I > don't know > > why a write operation needs a barrier but thats essentially what we've > done > > by adding the extra readl. Can someone confirm or deny that a barrier > is > > actually built into writel? Or used by writel? If so, does this > indicate > > that barrier is broken? > > > > At this point we (the software guys) are pretty much at a loss as to > how to > > continue debugging. We don't know what to trigger on for the PCIe > analyzer. > > If we track outstanding commands then trigger on one that doesn't > complete in > > some amount of time the problem could conceivably be far in the past > and > > difficult to correlate to the data in the trace. > > > I'd look at the firmware part, you could check what happens for example > when > the firmware gets send a command it doesn't understand. > You could also change the communication with the fw by adding a count > field, which can > be then checked for the !(next_value == previous_value + 1) and raise an > event. > tomas Tomas, We've tried something very similar to the counter idea in fw. It doesn't help because the controller thinks he's done with the request. We have a (pretty crude) counter in the driver but no timing mechanism. We could add a timer. But what's a suitable timeout value? Is 2 seconds too short, too long? Suggestions, please. -- mikem > > > > If anyone has any thoughts, suggestions, or flames they would be > greatly > > appreciated. > > > > -- mikem > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-scsi" > in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- 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/