netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [stable] ixgbe: Fix return of invalid txq
@ 2010-05-03 20:56 Brandeburg, Jesse
  2010-05-03 21:02 ` Brandeburg, Jesse
  2010-05-07 22:25 ` Greg KH
  0 siblings, 2 replies; 5+ messages in thread
From: Brandeburg, Jesse @ 2010-05-03 20:56 UTC (permalink / raw)
  To: stable; +Cc: netdev, linux-kernel, brandon, jesse.brandeburg

Please consider commit fdd3d631cddad20ad9d3e1eb7dbf26825a8a121f for 
inclusion in 2.6.32.y (it is already in 2.6.33.y)

Here is the commit message, it fixes a panic on machines with a larger 
number of cpus than ixgbe has tx queues (64).

commit fdd3d631cddad20ad9d3e1eb7dbf26825a8a121f
Author: Krishna Kumar <krkumar2@in.ibm.com>
Date:   Wed Feb 3 13:13:10 2010 +0000

    ixgbe: Fix return of invalid txq

    a developer had complained of getting lots of warnings:

    "eth16 selects TX queue 98, but real number of TX queues is 64"
    
	http://www.mail-archive.com/e1000-devel@lists.sourceforge.net/msg02200.html

    As there was no follow up on that bug, I am submitting this
    patch assuming that the other return points will not return
    invalid txq's, and also that this fixes the bug (not tested).

    Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com>
    Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
    Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
    Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [stable] ixgbe: Fix return of invalid txq
  2010-05-03 20:56 [stable] ixgbe: Fix return of invalid txq Brandeburg, Jesse
@ 2010-05-03 21:02 ` Brandeburg, Jesse
  2010-05-03 21:14   ` David Miller
  2010-05-07 22:25 ` Greg KH
  1 sibling, 1 reply; 5+ messages in thread
From: Brandeburg, Jesse @ 2010-05-03 21:02 UTC (permalink / raw)
  To: stable@kernel.org, davem
  Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	brandon@ifup.org

putting davem on to: line...  sorry for not including on first email.

On Mon, 3 May 2010, Brandeburg, Jesse wrote:

> Please consider commit fdd3d631cddad20ad9d3e1eb7dbf26825a8a121f for 
> inclusion in 2.6.32.y (it is already in 2.6.33.y)
> 
> Here is the commit message, it fixes a panic on machines with a larger 
> number of cpus than ixgbe has tx queues (64).
> 
> commit fdd3d631cddad20ad9d3e1eb7dbf26825a8a121f
> Author: Krishna Kumar <krkumar2@in.ibm.com>
> Date:   Wed Feb 3 13:13:10 2010 +0000
> 
>     ixgbe: Fix return of invalid txq
> 
>     a developer had complained of getting lots of warnings:
> 
>     "eth16 selects TX queue 98, but real number of TX queues is 64"
>     
> 	http://www.mail-archive.com/e1000-devel@lists.sourceforge.net/msg02200.html
> 
>     As there was no follow up on that bug, I am submitting this
>     patch assuming that the other return points will not return
>     invalid txq's, and also that this fixes the bug (not tested).
> 
>     Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com>
>     Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
>     Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
>     Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
>     Signed-off-by: David S. Miller <davem@davemloft.net>
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [stable] ixgbe: Fix return of invalid txq
  2010-05-03 21:02 ` Brandeburg, Jesse
@ 2010-05-03 21:14   ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2010-05-03 21:14 UTC (permalink / raw)
  To: jesse.brandeburg; +Cc: stable, netdev, linux-kernel, brandon

From: "Brandeburg, Jesse" <jesse.brandeburg@intel.com>
Date: Mon, 3 May 2010 14:02:25 -0700 (Pacific Daylight Time)

> putting davem on to: line...  sorry for not including on first email.

I'm fine with this.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [stable]  ixgbe: Fix return of invalid txq
  2010-05-03 20:56 [stable] ixgbe: Fix return of invalid txq Brandeburg, Jesse
  2010-05-03 21:02 ` Brandeburg, Jesse
@ 2010-05-07 22:25 ` Greg KH
  2010-05-10  5:13   ` Jeff Kirsher
  1 sibling, 1 reply; 5+ messages in thread
From: Greg KH @ 2010-05-07 22:25 UTC (permalink / raw)
  To: Brandeburg, Jesse; +Cc: stable, netdev, linux-kernel, brandon, David Miller

On Mon, May 03, 2010 at 01:56:57PM -0700, Brandeburg, Jesse wrote:
> Please consider commit fdd3d631cddad20ad9d3e1eb7dbf26825a8a121f for 
> inclusion in 2.6.32.y (it is already in 2.6.33.y)
> 
> Here is the commit message, it fixes a panic on machines with a larger 
> number of cpus than ixgbe has tx queues (64).
> 
> commit fdd3d631cddad20ad9d3e1eb7dbf26825a8a121f

This doesn't apply at all on the .32-stable tree, as the logic has
changed there.  Care to properly backport it if you really need it
there?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [stable] ixgbe: Fix return of invalid txq
  2010-05-07 22:25 ` Greg KH
@ 2010-05-10  5:13   ` Jeff Kirsher
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Kirsher @ 2010-05-10  5:13 UTC (permalink / raw)
  To: Greg KH
  Cc: Brandeburg, Jesse, stable, netdev, linux-kernel, brandon,
	David Miller

On Fri, May 7, 2010 at 15:25, Greg KH <greg@kroah.com> wrote:
> On Mon, May 03, 2010 at 01:56:57PM -0700, Brandeburg, Jesse wrote:
>> Please consider commit fdd3d631cddad20ad9d3e1eb7dbf26825a8a121f for
>> inclusion in 2.6.32.y (it is already in 2.6.33.y)
>>
>> Here is the commit message, it fixes a panic on machines with a larger
>> number of cpus than ixgbe has tx queues (64).
>>
>> commit fdd3d631cddad20ad9d3e1eb7dbf26825a8a121f
>
> This doesn't apply at all on the .32-stable tree, as the logic has
> changed there.  Care to properly backport it if you really need it
> there?
>
> thanks,
>
> greg k-h
> --

Sorry Greg, I will work on getting you a patch against your stable
tree before tomorrow night.

-- 
Cheers,
Jeff

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-05-10  5:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03 20:56 [stable] ixgbe: Fix return of invalid txq Brandeburg, Jesse
2010-05-03 21:02 ` Brandeburg, Jesse
2010-05-03 21:14   ` David Miller
2010-05-07 22:25 ` Greg KH
2010-05-10  5:13   ` Jeff Kirsher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).