[E1000-devel] [PATCH 2/2] ixgbe: fix select_queue management

2009-03-20 Thread Stephen Hemminger
Convert ixgbe to use net_device_ops properly. Rather than changing the select_queue function pointer just check the flag. Signed-off-by: Stephen Hemminger shemmin...@vyatta.com --- drivers/net/ixgbe/ixgbe_dcb_nl.c |8 drivers/net/ixgbe/ixgbe_main.c | 11 +++ 2 files

[E1000-devel] [PATCH 2/2] ixgbe: fix select_queue management (v2)

2009-03-20 Thread Stephen Hemminger
Convert ixgbe to use net_device_ops properly. Rather than changing the select_queue function pointer just change number of available transmit queues. Signed-off-by: Stephen Hemminger shemmin...@vyatta.com --- drivers/net/ixgbe/ixgbe_dcb_nl.c | 48 +-- 1

Re: [E1000-devel] [PATCH 2/2] ixgbe: fix select_queue management

2009-03-20 Thread Stephen Hemminger
On Fri, 20 Mar 2009 00:23:39 -0700 (Pacific Daylight Time) Waskiewicz Jr, Peter P peter.p.waskiewicz...@intel.com wrote: On Thu, 19 Mar 2009, Stephen Hemminger wrote: Convert ixgbe to use net_device_ops properly. Rather than changing the select_queue function pointer just check the flag.

[E1000-devel] 3c59x 0000:00:0b.0: DMA-API: device driver maps memory from kernel text or rodata [addr=c0fffe54] [size=428]

2009-03-20 Thread Ingo Molnar
FYI, triggered a new type of DMA debug warning today, this time on an older box, in the boomerang/vortex 3c59x driver: [ 211.098328] eth0: setting full-duplex. [ 1745.974321] [ cut here ] [ 1745.980344] WARNING: at lib/dma-debug.c:627

[E1000-devel] e1000e and the 2009 Mac Pro

2009-03-20 Thread Douglas Geiger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am trying to get Linux up and running on my new (2009) Mac Pro (the 4,1 model). I currently have Ubuntu Jaunty (Alpha 6) installed, and amy working to get the Gig-E interfaces working. It looks like they should be supported by the e1000e module,

Re: [E1000-devel] e1000e and the 2009 Mac Pro

2009-03-20 Thread Ronciak, John
Hi Doug, Sorry this was an over-sight on our part. We'll generate a patch and send it out next week. It will take us a bit longer on getting a stand-alone version out on SF to support this (build and testing issues) but it should be too long after we push the patch upstream. We'll look into

Re: [E1000-devel] [PATCH 2/2] ixgbe: fix select_queue management

2009-03-20 Thread Jeff Kirsher
On Fri, Mar 20, 2009 at 10:14 AM, Waskiewicz Jr, Peter P peter.p.waskiewicz...@intel.com wrote: On Fri, 20 Mar 2009, Stephen Hemminger wrote: On Fri, 20 Mar 2009 00:23:39 -0700 (Pacific Daylight Time) Waskiewicz Jr, Peter P peter.p.waskiewicz...@intel.com wrote: On Thu, 19 Mar 2009, Stephen

Re: [E1000-devel] e1000e and the 2009 Mac Pro

2009-03-20 Thread Brandeburg, Jesse
Douglas Geiger wrote: I am trying to get Linux up and running on my new (2009) Mac Pro (the 4,1 model). I currently have Ubuntu Jaunty (Alpha 6) installed, and amy working to get the Gig-E interfaces working. It looks like they should be supported by the e1000e module, but the PCI ID's

Re: [E1000-devel] [PATCH 2/2] ixgbe: fix select_queue management (v2)

2009-03-20 Thread Waskiewicz Jr, Peter P
On Fri, 20 Mar 2009, Stephen Hemminger wrote: Convert ixgbe to use net_device_ops properly. Rather than changing the select_queue function pointer just change number of available transmit queues. Signed-off-by: Stephen Hemminger shemmin...@vyatta.com ---

Re: [E1000-devel] [PATCH 2/2] ixgbe: fix select_queue management (v2)

2009-03-20 Thread Stephen Hemminger
On Fri, 20 Mar 2009 20:48:46 -0700 (Pacific Daylight Time) Waskiewicz Jr, Peter P peter.p.waskiewicz...@intel.com wrote: On Fri, 20 Mar 2009, Stephen Hemminger wrote: Convert ixgbe to use net_device_ops properly. Rather than changing the select_queue function pointer just change number