From: Eric Dumazet
Date: Mon, 31 Aug 2015 13:57:34 -0700
> From: Eric Dumazet
>
> As David pointed out, spinlock are no longer needed
> to protect the per cpu queues used in gro cells infrastructure.
>
> Also use new napi_complete_done() API so that gro_flush_timeout
> tweaks have an effect.
>
From: Eric Dumazet
As David pointed out, spinlock are no longer needed
to protect the per cpu queues used in gro cells infrastructure.
Also use new napi_complete_done() API so that gro_flush_timeout
tweaks have an effect.
Signed-off-by: Eric Dumazet
---
include/net/gro_cells.h | 18 +---