Re: [PATCH net-next-2.6] garp: remove one synchronize_rcu() call
From: David Miller <davem@davemloft.net> Date: 2011-05-09 18:42:40
From: Eric Dumazet <redacted>
Date: Mon, 09 May 2011 15:35:55 +0200
Speedup vlan dismantling in CONFIG_VLAN_8021Q_GVRP=y cases,
by using a call_rcu() to free the memory instead of waiting with
expensive synchronize_rcu() [ while RTNL is held ]
Signed-off-by: Eric Dumazet <redacted>