Re: [PATCH net-next 05/15] dsa: Add TAG protocol to tag ops

2019-04-19 Thread Florian Fainelli
On 4/17/2019 7:31 PM, Andrew Lunn wrote: > In order that we can match the tagging protocol a switch driver > request to the tagger, we need to know what protocol the tagger > supports. Add this information to the ops structure. > > Signed-off-by: Andrew Lunn Reviewed-by: Florian Fainelli --

[PATCH net-next 05/15] dsa: Add TAG protocol to tag ops

2019-04-17 Thread Andrew Lunn
In order that we can match the tagging protocol a switch driver request to the tagger, we need to know what protocol the tagger supports. Add this information to the ops structure. Signed-off-by: Andrew Lunn --- include/net/dsa.h | 1 + net/dsa/dsa.c | 1 + net/dsa/tag_brcm.c| 2