Re: [PATCH v2 net-next 02/15] net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helper

2020-05-11 Thread Florian Fainelli
On 5/11/2020 6:53 AM, Vladimir Oltean wrote: > From: Vladimir Oltean > > This function returns a boolean denoting whether the VLAN passed as > argument is part of the 1024-3071 range that the dsa_8021q tagging > scheme uses. > > Signed-off-by: Vladimir Oltean Reviewed-by: Florian Fainelli

[PATCH v2 net-next 02/15] net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helper

2020-05-11 Thread Vladimir Oltean
From: Vladimir Oltean This function returns a boolean denoting whether the VLAN passed as argument is part of the 1024-3071 range that the dsa_8021q tagging scheme uses. Signed-off-by: Vladimir Oltean --- Changes in v2: None. include/linux/dsa/8021q.h | 7 +++ net/dsa/tag_8021q.c |