netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ixgbe select_queue broken in 2.6.28
@ 2009-01-02  6:54 Stephen Hemminger
  2009-01-02  8:19 ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Hemminger @ 2009-01-02  6:54 UTC (permalink / raw)
  To: Jeff Kirsher, Don Skidmore; +Cc: netdev

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

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

end of thread, other threads:[~2009-01-06 18:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-02  6:54 ixgbe select_queue broken in 2.6.28 Stephen Hemminger
2009-01-02  8:19 ` David Miller
2009-01-05  3:23   ` Waskiewicz Jr, Peter P
2009-01-05  5:36     ` David Miller
2009-01-06 13:02     ` Herbert Xu
2009-01-06 18:40       ` Waskiewicz Jr, Peter P

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).