net: dsa: lan9303: handle hwaccel VLAN tags
authorMans Rullgard <mans@mansr.com>
Wed, 16 Feb 2022 12:46:34 +0000 (12:46 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 17 Feb 2022 17:32:06 +0000 (09:32 -0800)
commit017b355bbdc6620fd8fe05fe297f553ce9d855ee
tree4b4960824087ee418c400f230acdcf4fe1b8224a
parentb9208492fcaecff8f43915529ae34b3bcb03877c
net: dsa: lan9303: handle hwaccel VLAN tags

Check for a hwaccel VLAN tag on rx and use it if present.  Otherwise,
use __skb_vlan_pop() like the other tag parsers do.  This fixes the case
where the VLAN tag has already been consumed by the master.

Fixes: a1292595e006 ("net: dsa: add new DSA switch driver for the SMSC-LAN9303")
Signed-off-by: Mans Rullgard <mans@mansr.com>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Link: https://lore.kernel.org/r/20220216124634.23123-1-mans@mansr.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/dsa/tag_lan9303.c