]> git.baikalelectronics.ru Git - kernel.git/commit
gro_cells: remove spinlock protecting receive queues
authorEric Dumazet <edumazet@google.com>
Mon, 31 Aug 2015 20:57:34 +0000 (13:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Aug 2015 22:17:17 +0000 (15:17 -0700)
commit3bcdea9d9f248e5e81ab3605da963e216c81c39c
tree81260c3bf8c2b7008b90514a97dfbbeaab42fbdd
parent920f2c336a762bfa3a7e0263f4fb9b82971fb1ad
gro_cells: remove spinlock protecting receive queues

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 <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/gro_cells.h