]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5ae84af5284399b790cfd2134b53fd5190d619bd
treeb006485b88f1745e80888a219df1f616f3bd90cc
parentb86ecdbf09c1da86f984e5290f8a0f161892920f
parentf2f6f03564be97b02111fe551cd0d215b4522248
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>