Re: [PATCH] e1000e: test MSI interrupts

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeff Garzik
Date: Thursday, March 27, 2008 - 4:38 pm

Brandeburg, Jesse wrote:

Future-proofing in that way is a pipe dream.

You hope to predict what _errata_, what out-of-spec behavior future 
hardware will have.  Trying to code for such N^M possible futures will 
lead to code bloat, depression, and eventually madness.



As David noted, we touch quirks.c all the time for various platform 
eccentricities.  Adding a new id is easy and takes two seconds.  The 
same ease of change applies to any driver-local list of ids, too.

Anyway, I think a better question to ask is:  should we bloat up every 
driver testing for platform quirks found on a minority of platforms?

Moreover, "it doesn't work" type errata is typically fixed in future 
chip generations -- making any such generic test /less/ valuable, 
because of the lower likelihood that IBM will continue to release this 
buggy hardware for decades.

We have an existing "this bridge and MSI don't get along" list.  Adding 
an id is a one-line patch.

	Jeff



--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] e1000e: test MSI interrupts, Auke Kok, (Wed Mar 26, 11:36 am)
Re: [PATCH] e1000e: test MSI interrupts, Jeff Garzik, (Wed Mar 26, 11:42 am)
RE: [PATCH] e1000e: test MSI interrupts, Brandeburg, Jesse, (Thu Mar 27, 10:53 am)
Re: [PATCH] e1000e: test MSI interrupts, Jeff Garzik, (Thu Mar 27, 12:43 pm)
Re: [PATCH] e1000e: test MSI interrupts, David Miller, (Thu Mar 27, 2:59 pm)
Re: [PATCH] e1000e: test MSI interrupts, Andy Gospodarek, (Thu Mar 27, 3:05 pm)
Re: [PATCH] e1000e: test MSI interrupts, David Miller, (Thu Mar 27, 3:05 pm)
Re: [PATCH] e1000e: test MSI interrupts, Kok, Auke, (Thu Mar 27, 3:16 pm)
Re: [PATCH] e1000e: test MSI interrupts, Andy Gospodarek, (Thu Mar 27, 3:33 pm)
Re: [PATCH] e1000e: test MSI interrupts, Kok, Auke, (Thu Mar 27, 3:47 pm)
RE: [PATCH] e1000e: test MSI interrupts, Brandeburg, Jesse, (Thu Mar 27, 3:55 pm)
Re: [PATCH] e1000e: test MSI interrupts, David Miller, (Thu Mar 27, 4:06 pm)
Re: [PATCH] e1000e: test MSI interrupts, Jeff Garzik, (Thu Mar 27, 4:38 pm)
Re: [PATCH] e1000e: test MSI interrupts, Kok, Auke, (Thu Mar 27, 4:53 pm)
Re: [PATCH] e1000e: test MSI interrupts, David Miller, (Thu Mar 27, 5:03 pm)