Re: [PATCH v2 00/16] net: dsa: HW bridging, EEE support

2015-03-29 Thread David Miller
From: Guenter Roeck 
Date: Thu, 26 Mar 2015 18:36:27 -0700

> Patch 1 to 7 of this series prepare the drivers using the mv88e6xxx code
> for HW bridging support, without adding the code itself. For the most part
> this factors out common port initialization code. There is no functional
> change except for patch 3, which disables the message port bit for the
> CPU port to prevent packet duplication if HW bridging is configured.
> 
> Patch 8 adds the infrastructure for hardware bridging support to the
> mv88e6xxx code.
> 
> Patch 9 wires the MV88E6352 driver to support hardware bridging.
> 
> Patches 10 to 12 add support for ndo_fdb functions to the dsa subsystem,
> and wire up the MV88E6352 driver to support those functions.
> 
> Patches 13 to 16 add EEE support and HW bridging support to the mv88e6171
> driver. This set of patches is from Andrew, applied on top of the first
> set of patches.
> 
> The series applies to net-next as of 3/24/2015.
> 
> Thanks a lot to Andrew Lunn for testing and valuable feedback.

Series applied, thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 00/16] net: dsa: HW bridging, EEE support

2015-03-29 Thread David Miller
From: Guenter Roeck li...@roeck-us.net
Date: Thu, 26 Mar 2015 18:36:27 -0700

 Patch 1 to 7 of this series prepare the drivers using the mv88e6xxx code
 for HW bridging support, without adding the code itself. For the most part
 this factors out common port initialization code. There is no functional
 change except for patch 3, which disables the message port bit for the
 CPU port to prevent packet duplication if HW bridging is configured.
 
 Patch 8 adds the infrastructure for hardware bridging support to the
 mv88e6xxx code.
 
 Patch 9 wires the MV88E6352 driver to support hardware bridging.
 
 Patches 10 to 12 add support for ndo_fdb functions to the dsa subsystem,
 and wire up the MV88E6352 driver to support those functions.
 
 Patches 13 to 16 add EEE support and HW bridging support to the mv88e6171
 driver. This set of patches is from Andrew, applied on top of the first
 set of patches.
 
 The series applies to net-next as of 3/24/2015.
 
 Thanks a lot to Andrew Lunn for testing and valuable feedback.

Series applied, thanks!
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 00/16] net: dsa: HW bridging, EEE support

2015-03-27 Thread Andrew Lunn
On Thu, Mar 26, 2015 at 06:36:27PM -0700, Guenter Roeck wrote:
> Patch 1 to 7 of this series prepare the drivers using the mv88e6xxx code
> for HW bridging support, without adding the code itself. For the most part
> this factors out common port initialization code. There is no functional
> change except for patch 3, which disables the message port bit for the
> CPU port to prevent packet duplication if HW bridging is configured.

I just re-tested on my WRT1900AC and 370RD. All looks good.

  Andrew
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 00/16] net: dsa: HW bridging, EEE support

2015-03-27 Thread Florian Fainelli
Hi Guenter,

2015-03-26 18:36 GMT-07:00 Guenter Roeck :
> Patch 1 to 7 of this series prepare the drivers using the mv88e6xxx code
> for HW bridging support, without adding the code itself. For the most part
> this factors out common port initialization code. There is no functional
> change except for patch 3, which disables the message port bit for the
> CPU port to prevent packet duplication if HW bridging is configured.
>
> Patch 8 adds the infrastructure for hardware bridging support to the
> mv88e6xxx code.
>
> Patch 9 wires the MV88E6352 driver to support hardware bridging.
>
> Patches 10 to 12 add support for ndo_fdb functions to the dsa subsystem,
> and wire up the MV88E6352 driver to support those functions.
>
> Patches 13 to 16 add EEE support and HW bridging support to the mv88e6171
> driver. This set of patches is from Andrew, applied on top of the first
> set of patches.
>
> The series applies to net-next as of 3/24/2015.
>
> Thanks a lot to Andrew Lunn for testing and valuable feedback.

This looks really good to me:

Reviewed-by: Florian Fainelli 
--
Florian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 00/16] net: dsa: HW bridging, EEE support

2015-03-27 Thread Florian Fainelli
Hi Guenter,

2015-03-26 18:36 GMT-07:00 Guenter Roeck li...@roeck-us.net:
 Patch 1 to 7 of this series prepare the drivers using the mv88e6xxx code
 for HW bridging support, without adding the code itself. For the most part
 this factors out common port initialization code. There is no functional
 change except for patch 3, which disables the message port bit for the
 CPU port to prevent packet duplication if HW bridging is configured.

 Patch 8 adds the infrastructure for hardware bridging support to the
 mv88e6xxx code.

 Patch 9 wires the MV88E6352 driver to support hardware bridging.

 Patches 10 to 12 add support for ndo_fdb functions to the dsa subsystem,
 and wire up the MV88E6352 driver to support those functions.

 Patches 13 to 16 add EEE support and HW bridging support to the mv88e6171
 driver. This set of patches is from Andrew, applied on top of the first
 set of patches.

 The series applies to net-next as of 3/24/2015.

 Thanks a lot to Andrew Lunn for testing and valuable feedback.

This looks really good to me:

Reviewed-by: Florian Fainelli f.faine...@gmail.com
--
Florian
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 00/16] net: dsa: HW bridging, EEE support

2015-03-27 Thread Andrew Lunn
On Thu, Mar 26, 2015 at 06:36:27PM -0700, Guenter Roeck wrote:
 Patch 1 to 7 of this series prepare the drivers using the mv88e6xxx code
 for HW bridging support, without adding the code itself. For the most part
 this factors out common port initialization code. There is no functional
 change except for patch 3, which disables the message port bit for the
 CPU port to prevent packet duplication if HW bridging is configured.

I just re-tested on my WRT1900AC and 370RD. All looks good.

  Andrew
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/