Re: [PATCH net-next v2 0/2] net: enetc: add support for software TSO
From: patchwork-bot+netdevbpf@kernel.org
Date: 2021-10-08 16:30:21
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller [off-list ref]: On Thu, 7 Oct 2021 18:30:41 +0300 you wrote:
This series adds support for driver level TSO in the enetc driver. Ever since the ENETC MDIO erratum workaround is in place, the Tx path is incurring a penalty (enetc_lock_mdio/enetc_unlock_mdio) for each skb to be sent out. On top of this, ENETC does not support Tx checksum offloading. This means that software TSO would help performance just by the fact that one single mdio lock/unlock sequence would cover multiple packets sent. On the other hand, checksum needs to be computed in software since the controller cannot handle it. [...]
Here is the summary with links:
- [net-next,v2,1/2] net: enetc: declare NETIF_F_HW_CSUM and do it in software
https://git.kernel.org/netdev/net-next/c/acede3c5dad5
- [net-next,v2,2/2] net: enetc: add support for software TSO
https://git.kernel.org/netdev/net-next/c/fb8629e2cbfc
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html