mbox series

[net-next,0/3] net: lantiq_xrx200: improve ethernet performance

Message ID 20220104151144.181736-1-olek2@wp.pl (mailing list archive)
Headers show
Series net: lantiq_xrx200: improve ethernet performance | expand

Message

Aleksander Jan Bajkowski Jan. 4, 2022, 3:11 p.m. UTC
This patchset improves Ethernet performance by 15%.

NAT Performance results on BT Home Hub 5A (kernel 5.10.89, mtu 1500):

	Down		Up
Before	539 Mbps	599 Mbps
After	624 Mbps	695 Mbps

Aleksander Jan Bajkowski (3):
  MIPS: lantiq: dma: increase descritor count
  net: lantiq_xrx200: increase napi poll weigth
  net: lantiq_xrx200: convert to build_skb

 .../include/asm/mach-lantiq/xway/xway_dma.h   |  2 +-
 drivers/net/ethernet/lantiq_xrx200.c          | 62 ++++++++++++-------
 2 files changed, 41 insertions(+), 23 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 6, 2022, 1:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue,  4 Jan 2022 16:11:41 +0100 you wrote:
> This patchset improves Ethernet performance by 15%.
> 
> NAT Performance results on BT Home Hub 5A (kernel 5.10.89, mtu 1500):
> 
> 	Down		Up
> Before	539 Mbps	599 Mbps
> After	624 Mbps	695 Mbps
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] MIPS: lantiq: dma: increase descritor count
    https://git.kernel.org/netdev/net-next/c/5112e9234bbb
  - [net-next,2/3] net: lantiq_xrx200: increase napi poll weigth
    https://git.kernel.org/netdev/net-next/c/768818d772d5
  - [net-next,3/3] net: lantiq_xrx200: convert to build_skb
    https://git.kernel.org/netdev/net-next/c/e015593573b3

You are awesome, thank you!