Re: [PATCH net-next] team: use netif_is_team_port()

2019-04-01 Thread David Miller
From: Julian Wiedmann Date: Fri, 29 Mar 2019 14:37:07 +0100 > Replace the team_port_exists() macro with its twin from netdevice.h > > CC: Jiri Pirko > Signed-off-by: Julian Wiedmann Applied.

Re: [PATCH net-next] team: use netif_is_team_port()

2019-03-29 Thread Jiri Pirko
Fri, Mar 29, 2019 at 02:37:07PM CET, j...@linux.ibm.com wrote: >Replace the team_port_exists() macro with its twin from netdevice.h > >CC: Jiri Pirko >Signed-off-by: Julian Wiedmann Acked-by: Jiri Pirko

[PATCH net-next] team: use netif_is_team_port()

2019-03-29 Thread Julian Wiedmann
Replace the team_port_exists() macro with its twin from netdevice.h CC: Jiri Pirko Signed-off-by: Julian Wiedmann --- drivers/net/team/team.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/team/team.c b/drivers/net/team/team.c index 6ad74f898832..a622ec334