[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130604.172839.1461319576467138808.davem@davemloft.net>
Date: Tue, 04 Jun 2013 17:28:39 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: netdev@...r.kernel.org, amirv@...lanox.com
Subject: Re: [PATCH net-next] net/mlx4: use one page fragment per incoming
frame
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Mon, 03 Jun 2013 10:54:55 -0700
> From: Eric Dumazet <edumazet@...gle.com>
>
> mlx4 driver has a suboptimal memory allocation strategy for regular
> MTU=1500 frames, as it uses two page fragments :
>
> One of 512 bytes and one of 1024 bytes.
>
> This makes GRO less effective, as each GSO packet contains 8 MSS instead
> of 16 MSS.
>
> Performance of a single TCP flow gains 25 % increase with the following
> patch.
...
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists