Re: [ofa-general] Re: [GIT PULL] please pull infiniband.git

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Roland Dreier <rdreier@...>
Cc: Ingo Molnar <mingo@...>, Ralph Campbell <ralph.campbell@...>, <akpm@...>, <torvalds@...>, <linux-kernel@...>, <general@...>
Date: Sunday, April 20, 2008 - 10:47 am

On Sat, 19 Apr 2008, Roland Dreier wrote:
| Not sure I really follow this response... ipath_driver.c has
| 
| 	case PCI_DEVICE_ID_INFINIPATH_7220:
| #ifndef CONFIG_PCI_MSI
| 		ipath_dbg("CONFIG_PCI_MSI is not enabled, "
| 			  "using IntX for unit %u\n", dd->ipath_unit);
| #endif
| 		ipath_init_iba7220_funcs(dd);
| 		break;
| 
| so clearly ipath_init_iba7220_funcs() was intended to be built and used
| even if CONFIG_PCI_MSI was not defined.  From the code it looks like all
| should work fine if PCI_MSI is not set, so I don't know what you mean
| about conditional checks.

Actually, it wasn't.  It was a late cleanup for another problem, and
we didn't worry about the other issue, and should have.

| (BTW since I'm looking at this code, "IntX" should probably be
| capitalized as "INTx" to match what the PCI specs say)

True.

Dave Olson
dave.olson@qlogic.com
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PULL] please pull infiniband.git, Roland Dreier, (Thu Apr 17, 10:53 am)
Re: [GIT PULL] please pull infiniband.git, Ingo Molnar, (Sat Apr 19, 4:16 am)
Re: [ofa-general] Re: [GIT PULL] please pull infiniband.git, Dave Olson, (Sun Apr 20, 10:47 am)