[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090518.153531.126023429.davem@davemloft.net>
Date: Mon, 18 May 2009 15:35:31 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: sergk@...gk.org.ua
Cc: netdev@...r.kernel.org, jeffrey.t.kirsher@...el.com
Subject: [IGB 2.6.29.3 bug] Re: WARNING at dev_disable_lro when enabling
ip_forward
From: Sergey Kononenko <sergk@...gk.org.ua>
Date: Tue, 19 May 2009 01:01:47 +0300
> I have system with two Intel 82575EB 1Gb/s NICs and two Intel 82598EB
> 10Gb/s NICs (motherboard Supermicro X7DWU). I'm using kernel 2.6.29.3
> with compiled in drivers for both types of NICs with LRO enabled:
> CONFIG_INET_LRO=y
> CONFIG_IGB=y
> CONFIG_IGB_LRO=y
> CONFIG_IGB_DCA=y
> CONFIG_IXGBE=y
> CONFIG_IXGBE_DCA=y
>
> After boot process is completed according to ethtool LRO is disabled on igb
> and enabled on ixgbe. After I'm trying to turn on forwarding by
> sysctl -w net.ipv4.ip_forward=1 I get following in dmesg:
The problem is that the IGB driver in 2.6.29.3 is buggy, it supports
LRO but does not hook up a ->set_flags ethtool_ops function. That's
why this warning triggers.
It should be pretty easy to fix, since there is a generic
implementation provided in net/core/ethtool.c, and IXGB properly
hooks up this method as well.
--
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