Re: [PATCH 0/5] forcedeth: several proposed updates for testing

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeff Garzik
Date: Sunday, October 7, 2007 - 4:34 am

Ingo Molnar wrote:

That's interesting.  It will be informative to narrow down the variables 
affected by this.  My changes stirred the pot quite a bit :)

* 'throughput' mode enables MSI-X, and separate interrupt vectors for RX 
and TX.  so, NVIDIA's MSI-X implementation, our generic MSI-X support, 
or "Known bugs" (see top of file) may be a factor here.

* 'throughput' mode also changes the NIC's timer interrupt frequency

* do you recall if you were running in NAPI mode?  It defaulted to off 
in Kconfig, but I turned it on unconditionally.

* I think TX NAPI has the potential to make the optimization_mode 
irrelevant (along with the other changes, most notably the interrupt 
handling change)

* and overall, yes, if we can have a single queueing model / 
optimization mode I am strongly in favor of that.

Testing welcome ;-)  Though these patches are raw and "hot off the 
presses", so unrelated bugs are practically a certainty.  And I am 
worrying about the "Known bugs" note at the top.  My gut feeling is that 
this was, in part, misunderstanding on the part of reverse-engineers, 
since corrected when NVIDIA started contributing to the driver.

	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 1/5] forcedeth: make NAPI unconditional, Jeff Garzik, (Sat Oct 6, 8:13 am)
[PATCH 2/5] forcedeth: interrupt handling cleanup, Jeff Garzik, (Sat Oct 6, 8:14 am)
[PATCH 5/5] forcedeth: timer overhaul, Jeff Garzik, (Sat Oct 6, 8:15 am)
[PATCH 6/n] forcedeth: protect slow path with mutex, Jeff Garzik, (Sun Oct 7, 4:23 am)
Re: [PATCH 0/5] forcedeth: several proposed updates for te ..., Jeff Garzik, (Sun Oct 7, 4:34 am)