Message ID | 20220405195755.10817-1-nbd@nbd.name (mailing list archive) |
---|---|
Headers | show |
Series | MediaTek SoC flow offload improvements + wireless support | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Tue, 5 Apr 2022 21:57:41 +0200 you wrote: > 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 > > [...] Here is the summary with links: - [v2,01/14] dt-bindings: net: mediatek: add optional properties for the SoC ethernet core https://git.kernel.org/netdev/net-next/c/1dafd0d60703 - [v2,02/14] net: ethernet: mtk_eth_soc: add support for coherent DMA https://git.kernel.org/netdev/net-next/c/d776a57e4a28 - [v2,03/14] arm64: dts: mediatek: mt7622: add support for coherent DMA https://git.kernel.org/netdev/net-next/c/3abd063019b6 - [v2,04/14] dt-bindings: arm: mediatek: document WED binding for MT7622 https://git.kernel.org/netdev/net-next/c/55c1c4e945fa - [v2,05/14] dt-bindings: arm: mediatek: document the pcie mirror node on MT7622 https://git.kernel.org/netdev/net-next/c/f14ac41b785f - [v2,06/14] net: ethernet: mtk_eth_soc: add support for Wireless Ethernet Dispatch (WED) https://git.kernel.org/netdev/net-next/c/804775dfc288 - [v2,07/14] net: ethernet: mtk_eth_soc: implement flow offloading to WED devices https://git.kernel.org/netdev/net-next/c/a333215e10cb - [v2,08/14] arm64: dts: mediatek: mt7622: introduce nodes for Wireless Ethernet Dispatch https://git.kernel.org/netdev/net-next/c/e9b65ecb7c30 - [v2,09/14] net: ethernet: mtk_eth_soc: add ipv6 flow offload support https://git.kernel.org/netdev/net-next/c/817b2fdf1667 - [v2,10/14] net: ethernet: mtk_eth_soc: support TC_SETUP_BLOCK for PPE offload https://git.kernel.org/netdev/net-next/c/bb14c19122b7 - [v2,11/14] net: ethernet: mtk_eth_soc: allocate struct mtk_ppe separately https://git.kernel.org/netdev/net-next/c/1ccc723b5829 - [v2,12/14] net: ethernet: mtk_eth_soc: rework hardware flow table management https://git.kernel.org/netdev/net-next/c/c4f033d9e03e - [v2,13/14] net: ethernet: mtk_eth_soc: remove bridge flow offload type entry support https://git.kernel.org/netdev/net-next/c/8ff25d377445 - [v2,14/14] net: ethernet: mtk_eth_soc: support creating mac address based offload entries https://git.kernel.org/netdev/net-next/c/33fc42de3327 You are awesome, thank you!
On Wed, Apr 06, 2022 at 01:30:17PM +0000, patchwork-bot+netdevbpf@kernel.org wrote: > Hello: > > This series was applied to netdev/net-next.git (master) > by David S. Miller <davem@davemloft.net>: > > On Tue, 5 Apr 2022 21:57:41 +0200 you wrote: > > 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 Hi David It seems very early to merge this. The discussion of if the files are even in the right places has not even finished. And Arnd seems to not want parts of this in his subsystem. And there are some major architecture issues which need discussing... I think you should revert this. Andrew
On 07.04.22 17:57, Andrew Lunn wrote: > On Wed, Apr 06, 2022 at 01:30:17PM +0000, patchwork-bot+netdevbpf@kernel.org wrote: >> Hello: >> >> This series was applied to netdev/net-next.git (master) >> by David S. Miller <davem@davemloft.net>: >> >> On Tue, 5 Apr 2022 21:57:41 +0200 you wrote: >> > 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 > > Hi David > > It seems very early to merge this. The discussion of if the files are > even in the right places has not even finished. And Arnd seems to not > want parts of this in his subsystem. And there are some major > architecture issues which need discussing... > > I think you should revert this. How about I simply send follow-up patches that move the relevant pieces to net? - Felix
On Thu, Apr 07, 2022 at 07:00:36PM +0200, Felix Fietkau wrote: > On 07.04.22 17:57, Andrew Lunn wrote: > > On Wed, Apr 06, 2022 at 01:30:17PM +0000, patchwork-bot+netdevbpf@kernel.org wrote: > > > Hello: > > > > > > This series was applied to netdev/net-next.git (master) > > > by David S. Miller <davem@davemloft.net>: > > > > > > On Tue, 5 Apr 2022 21:57:41 +0200 you wrote: > > > > 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 > > > > Hi David > > > > It seems very early to merge this. The discussion of if the files are > > even in the right places has not even finished. And Arnd seems to not > > want parts of this in his subsystem. And there are some major > > architecture issues which need discussing... > > > > I think you should revert this. > How about I simply send follow-up patches that move the relevant pieces to > net? There has just been comments from Rob about the binding. I've not yet looked at the code, but if i remember correctly, v1 had some interaction with the DSA tagger, so i do want to look at it. I'm also wondering if there is anything common here with IPA. It is an accelerator which sits between the WiFi and the mobile phone baseband device. I really would prefer that a proper review of this code was made, by netdev people, and the bigger architecture questions looked at. So far, all the reviewers have been from outside netdev. Andrew
On 07.04.22 19:28, Andrew Lunn wrote: > On Thu, Apr 07, 2022 at 07:00:36PM +0200, Felix Fietkau wrote: >> On 07.04.22 17:57, Andrew Lunn wrote: >> > On Wed, Apr 06, 2022 at 01:30:17PM +0000, patchwork-bot+netdevbpf@kernel.org wrote: >> > > Hello: >> > > >> > > This series was applied to netdev/net-next.git (master) >> > > by David S. Miller <davem@davemloft.net>: >> > > >> > > On Tue, 5 Apr 2022 21:57:41 +0200 you wrote: >> > > > 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 >> > >> > Hi David >> > >> > It seems very early to merge this. The discussion of if the files are >> > even in the right places has not even finished. And Arnd seems to not >> > want parts of this in his subsystem. And there are some major >> > architecture issues which need discussing... >> > >> > I think you should revert this. >> How about I simply send follow-up patches that move the relevant pieces to >> net? > > There has just been comments from Rob about the binding. I've not yet > looked at the code, but if i remember correctly, v1 had some > interaction with the DSA tagger, so i do want to look at it. > > I'm also wondering if there is anything common here with IPA. It is an > accelerator which sits between the WiFi and the mobile phone baseband > device. I don't think it has much in common with IPA. WED doesn't completely sit between WiFi and the ethernet MAC, it just captures some (but not all) of the DMA rings and intercepts IRQs. > I really would prefer that a proper review of this code was made, by > netdev people, and the bigger architecture questions looked at. So > far, all the reviewers have been from outside netdev. Sure. I will definitely quickly fix any issues that show up. I did submit this series once already a while back, and there hasn't really been any feedback on it. - Felix