[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090101225456.68f4fe9d@extreme>
Date: Thu, 1 Jan 2009 22:54:56 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: Jeff Kirsher <jeffrey.t.kirsher@...el.com>,
Don Skidmore <donald.c.skidmore@...el.com>
Cc: netdev@...r.kernel.org
Subject: ixgbe select_queue broken in 2.6.28
The ixgbe driver in 2.6.28 modifies select_queue. This is bad
in a couple of ways:
1) select_queue is now in net_device_ops so the driver won't build
unless CONFIG_COMPAT_NET_DEV_OPS is defined
2) it is changing data that is shared and supposed to be immutable.
Looks like a some of the DCB stuff forgot to look at net_device_ops
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists