Re: [PATCH net-next] net: dsa: sja1105: disable rxvlan offload for the DSA master

2020-05-17 Thread Florian Fainelli
On 5/12/2020 4:49 PM, Vladimir Oltean wrote: From: Vladimir Oltean On sja1105 operating in best_effort_vlan_filtering mode (when the TPID of the DSA tags is 0x8100), it can be seen that __netif_receive_skb_core calls __vlan_hwaccel_clear_tag right before passing the skb to the DSA packet_typ

Re: [PATCH net-next] net: dsa: sja1105: disable rxvlan offload for the DSA master

2020-05-17 Thread David Miller
I've asked Eric to look at this twice and no response, so I'm marking this deferred because I'm not applying this without someone knowledgable about the quoted VLAN change can take a look at this.

Re: [PATCH net-next] net: dsa: sja1105: disable rxvlan offload for the DSA master

2020-05-14 Thread David Miller
From: Vladimir Oltean Date: Wed, 13 May 2020 02:49:21 +0300 > From: Vladimir Oltean > > On sja1105 operating in best_effort_vlan_filtering mode (when the TPID > of the DSA tags is 0x8100), it can be seen that __netif_receive_skb_core > calls __vlan_hwaccel_clear_tag right before passing the skb

Re: [PATCH net-next] net: dsa: sja1105: disable rxvlan offload for the DSA master

2020-05-12 Thread David Miller
From: Vladimir Oltean Date: Wed, 13 May 2020 02:49:21 +0300 > From: Vladimir Oltean > > On sja1105 operating in best_effort_vlan_filtering mode (when the TPID > of the DSA tags is 0x8100), it can be seen that __netif_receive_skb_core > calls __vlan_hwaccel_clear_tag right before passing the skb

[PATCH net-next] net: dsa: sja1105: disable rxvlan offload for the DSA master

2020-05-12 Thread Vladimir Oltean
From: Vladimir Oltean On sja1105 operating in best_effort_vlan_filtering mode (when the TPID of the DSA tags is 0x8100), it can be seen that __netif_receive_skb_core calls __vlan_hwaccel_clear_tag right before passing the skb to the DSA packet_type handler. This means that the tagger does not se