]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mtk_ppe_offload-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 19 Apr 2021 22:55:05 +0000 (15:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Apr 2021 22:55:05 +0000 (15:55 -0700)
commit77cdfa546f096ba9ae657e549ae739cf5e963095
tree82a8037887b7714f7adbd21a3a458fffcbb8c33f
parent0dc7e799d0b81f0e8dcf940834742c7f20897b67
parent75ee67604d5cc6cf674b5a2e91f02ff862beb08d
Merge branch 'mtk_ppe_offload-fixes'

Pablo Neira Ayuso says:

====================
mtk_ppe_offload fixes

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>