Re: [PATCH net-next 8/8] net: dsa: remove tag ops from the switch tree

2017-09-29 Thread Florian Fainelli
On 09/29/2017 11:36 AM, Vivien Didelot wrote: > Now that the dsa_ptr is a dsa_port instance, there is no need to keep > the tag operations in the dsa_switch_tree structure. Remove it. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli -- Florian

[PATCH net-next 8/8] net: dsa: remove tag ops from the switch tree

2017-09-29 Thread Vivien Didelot
Now that the dsa_ptr is a dsa_port instance, there is no need to keep the tag operations in the dsa_switch_tree structure. Remove it. Signed-off-by: Vivien Didelot --- include/net/dsa.h | 11 --- net/dsa/dsa2.c| 2 -- net/dsa/legacy.c | 2 -- 3 files changed, 15 deletions(-) diff