Re: [PATCHv2 net-next] team: add ethtool get_link_ksettings

2019-06-17 Thread David Miller
From: Hangbin Liu Date: Mon, 17 Jun 2019 09:32:55 +0800 > Like bond, add ethtool get_link_ksettings to show the total speed. > > v2: no update, just repost. > > Signed-off-by: Hangbin Liu Applied, thank you.

Re: [PATCHv2 net-next] team: add ethtool get_link_ksettings

2019-06-17 Thread Jiri Pirko
Mon, Jun 17, 2019 at 03:32:55AM CEST, liuhang...@gmail.com wrote: >Like bond, add ethtool get_link_ksettings to show the total speed. > >v2: no update, just repost. > >Signed-off-by: Hangbin Liu Acked-by: Jiri Pirko

[PATCHv2 net-next] team: add ethtool get_link_ksettings

2019-06-16 Thread Hangbin Liu
Like bond, add ethtool get_link_ksettings to show the total speed. v2: no update, just repost. Signed-off-by: Hangbin Liu --- drivers/net/team/team.c | 25 + 1 file changed, 25 insertions(+) diff --git a/drivers/net/team/team.c b/drivers/net/team/team.c index b48006e7fa