Message ID | 20230608022007.1866372-1-yoshihiro.shimoda.uh@renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | net: renesas: rswitch: Improve perfromance of TX/RX | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Thu, 8 Jun 2023 11:20:05 +0900 you wrote: > This patch series is based on net-next.git / main branch [1]. This patch > series can improve perfromance of TX in a specific condition. The previous code > used "global rate limiter" feature so that this is possible to cause > performance down if we use multiple ports at the same time. To resolve this > issue, use "hardware pause" features of GWCA and COMA. Note that this is not > related to the ethernet PAUSE frames. > > [...] Here is the summary with links: - [net-next,v4,1/2] net: renesas: rswitch: Use napi_gro_receive() in RX https://git.kernel.org/netdev/net-next/c/dc510c6d2ecf - [net-next,v4,2/2] net: renesas: rswitch: Use hardware pause features https://git.kernel.org/netdev/net-next/c/c87bd91e34e1 You are awesome, thank you!