* [bisected regression] Partial breakage of forcedeth driver
@ 2011-07-24 23:10 walt
2011-07-25 23:23 ` john stultz
2011-07-28 13:41 ` Maciej Rutecki
0 siblings, 2 replies; 8+ messages in thread
From: walt @ 2011-07-24 23:10 UTC (permalink / raw)
To: linux-kernel
Hi gang.
commit 3326c784c9f492e988617d93f647ae0cfd4c8d09
Author: Jiri Pirko <jpirko@>
Date: Wed Jul 20 04:54:38 2011 +0000
forcedeth: do vlan cleanup
- unify vlan and nonvlan rx path
- kill np->vlangrp and nv_vlan_rx_register
- allow to turn on/off rx vlan accel via ethtool (set_features)
Signed-off-by: Jiri Pirko <jpirko@>
Signed-off-by: David S. Miller <davem@>
This commit causes networking trouble for my nForce-based motherboard.
(Details happily supplied if needed.)
I say 'partial' breakage because networking is not completely dead,
just limping very slowly :)
The simplest test is to ping any host (in my LAN or on the internet,
makes no difference). The replies to my ping come at very irregular
intervals, ranging from normal to 5-10 seconds or so, seemingly at
random AFAICT.
I'm happy to try any patches, tests, whatever, to help fix this.
Many thanks!
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [bisected regression] Partial breakage of forcedeth driver
2011-07-24 23:10 [bisected regression] Partial breakage of forcedeth driver walt
@ 2011-07-25 23:23 ` john stultz
2011-07-25 23:37 ` Mike Sampson
2011-07-26 6:35 ` Jiri Pirko
2011-07-28 13:41 ` Maciej Rutecki
1 sibling, 2 replies; 8+ messages in thread
From: john stultz @ 2011-07-25 23:23 UTC (permalink / raw)
To: walt; +Cc: linux-kernel, Jiri Pirko
On Sun, Jul 24, 2011 at 4:10 PM, walt <w41ter@gmail.com> wrote:
> commit 3326c784c9f492e988617d93f647ae0cfd4c8d09
> Author: Jiri Pirko <jpirko@>
> Date: Wed Jul 20 04:54:38 2011 +0000
>
> forcedeth: do vlan cleanup
>
> - unify vlan and nonvlan rx path
> - kill np->vlangrp and nv_vlan_rx_register
> - allow to turn on/off rx vlan accel via ethtool (set_features)
>
> Signed-off-by: Jiri Pirko <jpirko@>
> Signed-off-by: David S. Miller <davem@>
>
> This commit causes networking trouble for my nForce-based motherboard.
> (Details happily supplied if needed.)
>
> I say 'partial' breakage because networking is not completely dead,
> just limping very slowly :)
>
> The simplest test is to ping any host (in my LAN or on the internet,
> makes no difference). The replies to my ping come at very irregular
> intervals, ranging from normal to 5-10 seconds or so, seemingly at
> random AFAICT.
I'm seeing this too. Ping responses phase in and out every 10 seconds or so.
Jiri, any thoughts?
thanks
-john
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [bisected regression] Partial breakage of forcedeth driver
2011-07-25 23:23 ` john stultz
@ 2011-07-25 23:37 ` Mike Sampson
2011-07-26 6:35 ` Jiri Pirko
1 sibling, 0 replies; 8+ messages in thread
From: Mike Sampson @ 2011-07-25 23:37 UTC (permalink / raw)
To: john stultz; +Cc: linux-kernel
On Tue, Jul 26, 2011 at 9:23 AM, john stultz <johnstul@us.ibm.com> wrote:
> On Sun, Jul 24, 2011 at 4:10 PM, walt <w41ter@gmail.com> wrote:
>> commit 3326c784c9f492e988617d93f647ae0cfd4c8d09
>> Author: Jiri Pirko <jpirko@>
>> Date: Wed Jul 20 04:54:38 2011 +0000
>>
>> forcedeth: do vlan cleanup
>>
>> - unify vlan and nonvlan rx path
>> - kill np->vlangrp and nv_vlan_rx_register
>> - allow to turn on/off rx vlan accel via ethtool (set_features)
>>
>> Signed-off-by: Jiri Pirko <jpirko@>
>> Signed-off-by: David S. Miller <davem@>
>>
>> This commit causes networking trouble for my nForce-based motherboard.
>> (Details happily supplied if needed.)
>>
>> I say 'partial' breakage because networking is not completely dead,
>> just limping very slowly :)
>>
>> The simplest test is to ping any host (in my LAN or on the internet,
>> makes no difference). The replies to my ping come at very irregular
>> intervals, ranging from normal to 5-10 seconds or so, seemingly at
>> random AFAICT.
>
> I'm seeing this too. Ping responses phase in and out every 10 seconds or so.
>
[snip]
I am seeing similar here. Pings are often being dropped all together
and the network is unusable. Mainboard is an ASUS M2N with NVIDIA
nForce 430 MCP chipset.
Regards,
Mike
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [bisected regression] Partial breakage of forcedeth driver
2011-07-25 23:23 ` john stultz
2011-07-25 23:37 ` Mike Sampson
@ 2011-07-26 6:35 ` Jiri Pirko
2011-07-26 15:31 ` Jiri Pirko
1 sibling, 1 reply; 8+ messages in thread
From: Jiri Pirko @ 2011-07-26 6:35 UTC (permalink / raw)
To: john stultz; +Cc: walt, linux-kernel
Tue, Jul 26, 2011 at 01:23:59AM CEST, johnstul@us.ibm.com wrote:
>On Sun, Jul 24, 2011 at 4:10 PM, walt <w41ter@gmail.com> wrote:
>> commit 3326c784c9f492e988617d93f647ae0cfd4c8d09
>> Author: Jiri Pirko <jpirko@>
>> Date: Wed Jul 20 04:54:38 2011 +0000
>>
>> forcedeth: do vlan cleanup
>>
>> - unify vlan and nonvlan rx path
>> - kill np->vlangrp and nv_vlan_rx_register
>> - allow to turn on/off rx vlan accel via ethtool (set_features)
>>
>> Signed-off-by: Jiri Pirko <jpirko@>
>> Signed-off-by: David S. Miller <davem@>
>>
>> This commit causes networking trouble for my nForce-based motherboard.
>> (Details happily supplied if needed.)
>>
>> I say 'partial' breakage because networking is not completely dead,
>> just limping very slowly :)
>>
>> The simplest test is to ping any host (in my LAN or on the internet,
>> makes no difference). The replies to my ping come at very irregular
>> intervals, ranging from normal to 5-10 seconds or so, seemingly at
>> random AFAICT.
>
>I'm seeing this too. Ping responses phase in and out every 10 seconds or so.
>
>Jiri, any thoughts?
Nothing so far. I plan to take a loot at this today. Will keep you guyes
posted.
Jirka
>
>thanks
>-john
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [bisected regression] Partial breakage of forcedeth driver
2011-07-26 6:35 ` Jiri Pirko
@ 2011-07-26 15:31 ` Jiri Pirko
0 siblings, 0 replies; 8+ messages in thread
From: Jiri Pirko @ 2011-07-26 15:31 UTC (permalink / raw)
To: john stultz; +Cc: walt, linux-kernel
Tue, Jul 26, 2011 at 08:35:11AM CEST, jpirko@redhat.com wrote:
>Tue, Jul 26, 2011 at 01:23:59AM CEST, johnstul@us.ibm.com wrote:
>>On Sun, Jul 24, 2011 at 4:10 PM, walt <w41ter@gmail.com> wrote:
>>> commit 3326c784c9f492e988617d93f647ae0cfd4c8d09
>>> Author: Jiri Pirko <jpirko@>
>>> Date: Wed Jul 20 04:54:38 2011 +0000
>>>
>>> forcedeth: do vlan cleanup
>>>
>>> - unify vlan and nonvlan rx path
>>> - kill np->vlangrp and nv_vlan_rx_register
>>> - allow to turn on/off rx vlan accel via ethtool (set_features)
>>>
>>> Signed-off-by: Jiri Pirko <jpirko@>
>>> Signed-off-by: David S. Miller <davem@>
>>>
>>> This commit causes networking trouble for my nForce-based motherboard.
>>> (Details happily supplied if needed.)
>>>
>>> I say 'partial' breakage because networking is not completely dead,
>>> just limping very slowly :)
>>>
>>> The simplest test is to ping any host (in my LAN or on the internet,
>>> makes no difference). The replies to my ping come at very irregular
>>> intervals, ranging from normal to 5-10 seconds or so, seemingly at
>>> random AFAICT.
>>
>>I'm seeing this too. Ping responses phase in and out every 10 seconds or so.
>>
>>Jiri, any thoughts?
>
>Nothing so far. I plan to take a loot at this today. Will keep you guyes
>posted.
Will post patch soon.
>
>Jirka
>
>>
>>thanks
>>-john
>--
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [bisected regression] Partial breakage of forcedeth driver
2011-07-24 23:10 [bisected regression] Partial breakage of forcedeth driver walt
2011-07-25 23:23 ` john stultz
@ 2011-07-28 13:41 ` Maciej Rutecki
2011-07-28 13:42 ` David Miller
1 sibling, 1 reply; 8+ messages in thread
From: Maciej Rutecki @ 2011-07-28 13:41 UTC (permalink / raw)
To: walt; +Cc: linux-kernel
On poniedziałek, 25 lipca 2011 o 01:10:59 walt wrote:
> Hi gang.
>
> commit 3326c784c9f492e988617d93f647ae0cfd4c8d09
> Author: Jiri Pirko <jpirko@>
> Date: Wed Jul 20 04:54:38 2011 +0000
>
> forcedeth: do vlan cleanup
>
> - unify vlan and nonvlan rx path
> - kill np->vlangrp and nv_vlan_rx_register
> - allow to turn on/off rx vlan accel via ethtool (set_features)
>
> Signed-off-by: Jiri Pirko <jpirko@>
> Signed-off-by: David S. Miller <davem@>
>
> This commit causes networking trouble for my nForce-based motherboard.
> (Details happily supplied if needed.)
>
[...]
I created a Bugzilla entry at
https://bugzilla.kernel.org/show_bug.cgi?id=40272
for your bug report, please add your address to the CC list in there, thanks!
--
Maciej Rutecki
http://www.maciek.unixy.pl
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [bisected regression] Partial breakage of forcedeth driver
2011-07-28 13:41 ` Maciej Rutecki
@ 2011-07-28 13:42 ` David Miller
2011-07-28 14:47 ` Maciej Rutecki
0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2011-07-28 13:42 UTC (permalink / raw)
To: maciej.rutecki; +Cc: w41ter, linux-kernel
From: Maciej Rutecki <maciej.rutecki@gmail.com>
Date: Thu, 28 Jul 2011 15:41:08 +0200
> On poniedziałek, 25 lipca 2011 o 01:10:59 walt wrote:
>> Hi gang.
>>
>> commit 3326c784c9f492e988617d93f647ae0cfd4c8d09
>> Author: Jiri Pirko <jpirko@>
>> Date: Wed Jul 20 04:54:38 2011 +0000
>>
>> forcedeth: do vlan cleanup
>>
>> - unify vlan and nonvlan rx path
>> - kill np->vlangrp and nv_vlan_rx_register
>> - allow to turn on/off rx vlan accel via ethtool (set_features)
>>
>> Signed-off-by: Jiri Pirko <jpirko@>
>> Signed-off-by: David S. Miller <davem@>
>>
>> This commit causes networking trouble for my nForce-based motherboard.
>> (Details happily supplied if needed.)
>>
>
> [...]
> I created a Bugzilla entry at
> https://bugzilla.kernel.org/show_bug.cgi?id=40272
> for your bug report, please add your address to the CC list in there, thanks!
It's fixed already in Linus's tree as of a few minuts ago.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [bisected regression] Partial breakage of forcedeth driver
2011-07-28 13:42 ` David Miller
@ 2011-07-28 14:47 ` Maciej Rutecki
0 siblings, 0 replies; 8+ messages in thread
From: Maciej Rutecki @ 2011-07-28 14:47 UTC (permalink / raw)
To: David Miller; +Cc: w41ter, linux-kernel
On czwartek, 28 lipca 2011 o 15:42:45 David Miller wrote:
> From: Maciej Rutecki <maciej.rutecki@gmail.com>
> Date: Thu, 28 Jul 2011 15:41:08 +0200
>
> > On poniedziałek, 25 lipca 2011 o 01:10:59 walt wrote:
> >> Hi gang.
> >>
> >> commit 3326c784c9f492e988617d93f647ae0cfd4c8d09
> >> Author: Jiri Pirko <jpirko@>
> >> Date: Wed Jul 20 04:54:38 2011 +0000
> >>
> >> forcedeth: do vlan cleanup
> >>
> >> - unify vlan and nonvlan rx path
> >> - kill np->vlangrp and nv_vlan_rx_register
> >> - allow to turn on/off rx vlan accel via ethtool (set_features)
> >>
> >> Signed-off-by: Jiri Pirko <jpirko@>
> >> Signed-off-by: David S. Miller <davem@>
> >>
> >> This commit causes networking trouble for my nForce-based motherboard.
> >> (Details happily supplied if needed.)
> >
> > [...]
> > I created a Bugzilla entry at
> > https://bugzilla.kernel.org/show_bug.cgi?id=40272
> > for your bug report, please add your address to the CC list in there,
> > thanks!
>
> It's fixed already in Linus's tree as of a few minuts ago.
Thanks. Closing bug.
Regards
--
Maciej Rutecki
http://www.maciek.unixy.pl
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-07-28 14:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-24 23:10 [bisected regression] Partial breakage of forcedeth driver walt
2011-07-25 23:23 ` john stultz
2011-07-25 23:37 ` Mike Sampson
2011-07-26 6:35 ` Jiri Pirko
2011-07-26 15:31 ` Jiri Pirko
2011-07-28 13:41 ` Maciej Rutecki
2011-07-28 13:42 ` David Miller
2011-07-28 14:47 ` Maciej Rutecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox