On Thu, Jun 10, 2021 at 06:43:11PM +0300, Vadym Kochan wrote:
From: Serhiy Boiko <redacted>
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 <redacted>
Signed-off-by: Andrii Savka <redacted>
Signed-off-by: Serhiy Boiko <redacted>
Co-developed-by: Vadym Kochan <redacted>
Signed-off-by: Vadym Kochan <redacted>
---
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>