Hi, A few incremental fixes for the initial flowtable offload support and this driver:
1) Fix undefined reference to `dsa_port_from_netdev' due to missing dependencies in Kconfig, reported by Kbuild robot. 2) Missing mutex to serialize flow events via workqueue to the driver. 3) Handle FLOW_ACTION_VLAN_POP tag action. Please apply, thanks! Pablo Neira Ayuso (3): net: ethernet: mtk_eth_soc: fix undefined reference to `dsa_port_from_netdev' net: ethernet: mtk_eth_soc: missing mutex net: ethernet: mtk_eth_soc: handle VLAN pop action drivers/net/ethernet/mediatek/Kconfig | 1 + .../net/ethernet/mediatek/mtk_ppe_offload.c | 21 ++++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) -- 2.20.1