[PATCH V3] net/bonding: add link speeds configuration

2022-09-21 Thread Huisong Li
This patch adds link speeds configuration. --- -v3: add an intersection of the supported speeds to check 'link_speeds'. -v2: resend due to CI compiling failure. Signed-off-by: Huisong Li --- drivers/net/bonding/eth_bond_private.h | 3 +++ drivers/net/bonding/rte_eth_bond_api.c | 3 +++ driv

Re: [PATCH V3] net/bonding: add link speeds configuration

2022-10-17 Thread Andrew Rybchenko
On 9/25/22 13:35, Chas Williams wrote: Thanks for making the changes! Signed-off-by: 3ch...@gmail.com Thanks above sentence into account I treat it as: Acked-by: Chas Williams <3ch...@gmail.com> On 9/21/22 21:33, Huisong Li wrote: This patch adds link speeds configuration. ---   -v3: add

Re: [PATCH V3] net/bonding: add link speeds configuration

2022-09-25 Thread Chas Williams
Thanks for making the changes! Signed-off-by: 3ch...@gmail.com On 9/21/22 21:33, Huisong Li wrote: This patch adds link speeds configuration. --- -v3: add an intersection of the supported speeds to check 'link_speeds'. -v2: resend due to CI compiling failure. Signed-off-by: Huisong Li --