Re: [PATCH net-next 5/8] net/mlx4_en: Remove redundant code from RX/GRO path
From: Eric Dumazet <hidden>
Date: 2014-10-30 19:00:32
From: Eric Dumazet <hidden>
Date: 2014-10-30 19:00:32
On Thu, 2014-10-30 at 18:06 +0200, Or Gerlitz wrote:
Remove the code which goes through napi_gro_frags() on the RX path, use only napi_gro_receive(). Signed-off-by: Or Gerlitz <redacted> ---
Hmpff... napi_gro_frags() should be faster. Have you benchmarked this ?