Re: [Bridge] [RFC PATCH] net: fold dev_disable_lro() into netdev_fix_features()

2011-05-12 Thread Michał Mirosław
On Mon, May 09, 2011 at 12:08:11PM -0700, David Miller wrote: From: Michał Mirosław mirq-li...@rere.qmqm.pl Date: Sat, 7 May 2011 13:48:02 +0200 (CEST) This moves checks that device is forwarding from bridge, IPv4 and IPv6 code into netdev_fix_features(). As a side effect, after device is

Re: [Bridge] [RFC PATCH v2] net: fold dev_disable_lro() into netdev_fix_features()

2011-05-12 Thread Ben Hutchings
On Thu, 2011-05-12 at 18:06 +0200, Michał Mirosław wrote: This implements checks for forwarding mode in netdev_fix_features() using dev-priv_flags bits. As a side effect, after device is no longer forwarding it gets LRO back. This also means that user is not allowed to enable LRO after device

[Bridge] [RFC PATCH v3] net: fold dev_disable_lro() into netdev_fix_features()

2011-05-12 Thread Michał Mirosław
This implements checks for forwarding mode in netdev_fix_features() using dev-priv_flags bits. As a side effect, after device is no longer forwarding it gets LRO back. This also means that user is not allowed to enable LRO after device is put to forwarding mode. This patch depends on removal of

Re: [Bridge] Bug#625914: linux-image-2.6.38-2-amd64: bridging is not interacting well with multicast in 2.6.38-4

2011-05-12 Thread David Miller
From: Noah Meyerhans no...@debian.org Date: Tue, 10 May 2011 16:35:40 -0700 On Tue, May 10, 2011 at 03:11:00PM -0700, Stephen Hemminger wrote: There were two more follow on commits in stable related to this. I recommend merging 2.6.38.6 which includes these. The problem still exists in the

Re: [Bridge] Bug#625914: linux-image-2.6.38-2-amd64: bridging is not interacting well with multicast in 2.6.38-4

2011-05-12 Thread Stephen Hemminger
On Thu, 12 May 2011 15:59:16 -0700 (PDT) David Miller da...@davemloft.net wrote: From: Noah Meyerhans no...@debian.org Date: Tue, 10 May 2011 16:35:40 -0700 On Tue, May 10, 2011 at 03:11:00PM -0700, Stephen Hemminger wrote: There were two more follow on commits in stable related to this.

Re: [Bridge] Bug#625914: linux-image-2.6.38-2-amd64: bridging is not interacting well with multicast in 2.6.38-4

2011-05-12 Thread Noah Meyerhans
On Thu, May 12, 2011 at 04:43:22PM -0700, Stephen Hemminger wrote: There were two more follow on commits in stable related to this. I recommend merging 2.6.38.6 which includes these. The problem still exists in the current 2.6.38.6. Backing out 5f1c356a still solves the problem