Merge branch 'mtk_eth_soc-rx-vlan-offload-improvement-dsa-hardware-untag-support'
authorJakub Kicinski <kuba@kernel.org>
Wed, 16 Nov 2022 04:23:18 +0000 (20:23 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 16 Nov 2022 04:23:19 +0000 (20:23 -0800)
commit0f54d36e2feec8f4c680f1f39e65a78a9501a190
tree00d0911f9c55fd5641ac73883f55749324bbfe53
parent7eba4505394e21df44dcace6b5d741a8e2deea3a
parent2d7605a729062bb554f03c5983d8cfb8c0b42e9c
Merge branch 'mtk_eth_soc-rx-vlan-offload-improvement-dsa-hardware-untag-support'

Felix Fietkau says:

====================
mtk_eth_soc rx vlan offload improvement + dsa hardware untag support

This series improves rx vlan offloading on mtk_eth_soc and extends it to
support hardware DSA untagging where possible.
This improves performance by avoiding calls into the DSA tag driver receive
function, including mangling of skb->data.

This is split out of a previous series, which added other fixes and
multiqueue support
====================

Link: https://lore.kernel.org/r/20221114124214.58199-1-nbd@nbd.name
Signed-off-by: Jakub Kicinski <kuba@kernel.org>