Re: [PATCH net-next 5/7] net: marvell: prestera: add LAG support

From: Jakub Kicinski
Date: Fri Feb 05 2021 - 00:17:34 EST


On Wed, 3 Feb 2021 18:54:56 +0200 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.

Tobias, Vladimir, you worked on LAG support recently, would you mind
taking a look at this one?