Re: [PATCH net-next] gro_cells: remove spinlock protecting receive queues

2015-08-31 Thread David Miller
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. >

[PATCH net-next] gro_cells: remove spinlock protecting receive queues

2015-08-31 Thread Eric Dumazet
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 +---