[PATCH netifd] team: add simple bonding/teaming module

2021-01-11 Thread Pavel Šimerda
An initial version of a bonding/teaming module based on libteam and the kernel team driver. It is capable of creating a team device and add member ports. The ultimate goal is to support LAG offloaded to DSA switch hardware with teamd handling the LACP management. config interface teamdev

Re: [PATCH netifd] team: add simple bonding/teaming module

2021-01-16 Thread Petr Štetiar
Pavel Šimerda [2021-01-12 04:36:36]: Hi, > The module requires libteam's teamd and teamdctl commands. This looks like an alien to the OpenWrt ecosystem, basically you're using netifd just as a launcher for teamd, teamdctl without any proper error handling instead of ubus for configuration etc.

Re: [PATCH netifd] team: add simple bonding/teaming module

2021-01-16 Thread Pavel Šimerda
On 1/16/21 1:55 PM, Petr Štetiar wrote: Pavel Šimerda [2021-01-12 04:36:36]: Hi, The module requires libteam's teamd and teamdctl commands. This looks like an alien to the OpenWrt ecosystem, basically you're using netifd just as a launcher for teamd, teamdctl without any proper error handli