OSDN Git Service

Merge branch 'mtk_eth_soc-flo-offload-plus-wireless'
authorDavid S. Miller <davem@davemloft.net>
Wed, 6 Apr 2022 13:08:52 +0000 (14:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Apr 2022 13:08:52 +0000 (14:08 +0100)
commitf90e5a3d5b8c6069505eb216884efd0f08fe4bea
treeb006485b88f1745e80888a219df1f616f3bd90cc
parent44ec5f71a035ec736c2c59f1ef75ce70cff570d7
parent33fc42de33278b2b3ec6f3390512987bc29a62b7
Merge branch 'mtk_eth_soc-flo-offload-plus-wireless'

Felix Fietkau says:

====================
MediaTek SoC flow offload improvements + wireless support

This series contains the following improvements to mediatek ethernet flow
offload support:

- support dma-coherent on ethernet to improve performance
- add ipv6 offload support
- rework hardware flow table entry handling to improve dealing with hash
  collisions and competing flows
- support creating offload entries from user space
- support creating offload entries with just source/destination mac address,
  vlan and output device information
- add driver changes for supporting the Wireless Ethernet Dispatch core,
  which can be used to offload flows from ethernet to MT7915 PCIe WLAN
  devices

Changes in v2:
- add missing dt-bindings patches
====================

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