Re: [PATCH net-next 5/8] net/mlx4_en: Remove redundant code from RX/GRO path
From: Or Gerlitz <hidden>
Date: 2014-10-30 23:25:35
From: Or Gerlitz <hidden>
Date: 2014-10-30 23:25:35
On Thu, Oct 30, 2014 at 9:00 PM, Eric Dumazet [off-list ref] wrote:
On Thu, 2014-10-30 at 18:06 +0200, Or Gerlitz wrote:quoted
Remove the code which goes through napi_gro_frags() on the RX path, use only napi_gro_receive().
Hmpff... napi_gro_frags() should be faster. Have you benchmarked this ?
yep we did, napi_gro_frags() was somehow better for single stream. Do you think we need to do it the other way around, e.g converge to use napi_gro_frags()?