Several fixes for the existing software forward-fastpath code, also needed for the software bridge-fastpath. DEV_PATH_BR_VLAN_UNTAG_HW should not be applied to dsa user-ports and not to dsa foreign ports. Furthermore DEV_PATH_MTK_WDMA needs to be introduced to nft_dev_path_info(). Split from patch-set: bridge-fastpath and related improvements v9 Eric Woudstra (3): netfilter: nft_flow_offload: Add DEV_PATH_MTK_WDMA to nft_dev_path_info() netfilter: nft_flow_offload: No ingress_vlan forward info for dsa user port bridge: No DEV_PATH_BR_VLAN_UNTAG_HW for dsa foreign include/net/switchdev.h | 1 + net/bridge/br_private.h | 10 ++++++++++ net/bridge/br_switchdev.c | 15 +++++++++++++++ net/bridge/br_vlan.c | 7 ++++++- net/netfilter/nft_flow_offload.c | 10 ++++++++++ net/switchdev/switchdev.c | 2 +- 6 files changed, 43 insertions(+), 2 deletions(-) -- 2.47.1