Re: [PATCH v2 3/3] net: marvell: prestera: add LAG support

From: Vladimir Oltean
Date: Thu Jun 10 2021 - 18:58:52 EST


On Thu, Jun 10, 2021 at 06:43:11PM +0300, Vadym Kochan wrote:
> From: Serhiy Boiko <serhiy.boiko@xxxxxxxxxxx>
>
> The following features are supported:
>
> - LAG basic operations
> - create/delete LAG
> - add/remove a member to LAG
> - enable/disable member in LAG
> - LAG Bridge support
> - LAG VLAN support
> - LAG FDB support
>
> Limitations:
>
> - Only HASH lag tx type is supported
> - The Hash parameters are not configurable. They are applied
> during the LAG creation stage.
> - Enslaving a port to the LAG device that already has an
> upper device is not supported.
>
> Co-developed-by: Andrii Savka <andrii.savka@xxxxxxxxxxx>
> Signed-off-by: Andrii Savka <andrii.savka@xxxxxxxxxxx>
> Signed-off-by: Serhiy Boiko <serhiy.boiko@xxxxxxxxxxx>
> Co-developed-by: Vadym Kochan <vkochan@xxxxxxxxxxx>
> Signed-off-by: Vadym Kochan <vkochan@xxxxxxxxxxx>
> ---

Reviewed-by: Vladimir Oltean <olteanv@xxxxxxxxx>