[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9929d2390905191506t1fc203d3q98a7f89cbcda38ca@mail.gmail.com>
Date: Tue, 19 May 2009 15:06:57 -0700
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To: Sergey Kononenko <sergk@...gk.org.ua>
Cc: Stephen Hemminger <shemminger@...tta.com>,
David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [IGB 2.6.29.3 bug] Re: WARNING at dev_disable_lro when enabling
ip_forward
On Tue, May 19, 2009 at 1:46 PM, Sergey Kononenko <sergk@...gk.org.ua> wrote:
>> Does this fix it?
>>
>> diff --git a/drivers/net/igb/igb_ethtool.c
>> b/drivers/net/igb/igb_ethtool.c index 4bdfc2e..a425d85 100644
>> --- a/drivers/net/igb/igb_ethtool.c
>> +++ b/drivers/net/igb/igb_ethtool.c
>> @@ -2028,6 +2028,10 @@ static struct ethtool_ops igb_ethtool_ops = {
>> .get_ethtool_stats = igb_get_ethtool_stats,
>> .get_coalesce = igb_get_coalesce,
>> .set_coalesce = igb_set_coalesce,
>> +#ifdef CONFIG_IGB_LRO
>> + .get_flags = ethtool_op_get_flags,
>> + .set_flags = ethtool_op_set_flags,
>> +#endif
>> };
> Yes, patch have fixed the problem. Thank you.
>
> With best regards,
> Sergey Kononenko.
> --
Thanks Sergey and Stephen, I will get this queued up for the current
and stable trees.
--
Cheers,
Jeff
--
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