Jesse Gross
92eb1d4771
openvswitch: Use RCU callback when detaching netdevices.
...
Currently, each time a device is detached from an OVS datapath
we call synchronize RCU before freeing associated data structures.
However, if a bridge is deleted (which detaches all ports) when
many devices are connected then there can be a long delay. This
switches to use call_rcu() to group the cost together.
Reported-by: Justin Pettit <jpettit@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
2012-11-28 14:04:34 -08:00
..
2012-10-12 09:59:23 +09:00
2012-10-08 15:21:55 -04:00
2012-08-14 21:48:06 -07:00
2012-08-31 16:14:33 -04:00
2012-08-14 21:49:42 -07:00
2012-09-28 14:40:49 -04:00
2012-10-12 13:16:47 -07:00
2012-10-10 22:50:45 -04:00
2012-09-10 16:13:31 -04:00
2012-10-06 03:04:45 +09:00
2012-10-14 13:39:34 -07:00
2012-10-12 13:56:52 -04:00
2012-09-10 15:30:41 -04:00
2012-08-15 21:36:31 -07:00
2012-10-06 03:04:45 +09:00
2012-10-14 13:39:34 -07:00
2012-08-20 14:51:24 -07:00
2012-07-19 10:48:00 -07:00
2012-09-18 16:08:19 -04:00
2012-10-12 13:56:52 -04:00
2012-11-12 12:31:37 -08:00
2012-08-14 21:48:06 -07:00
2012-10-04 15:53:48 -04:00
2012-10-01 17:15:06 -04:00
2012-09-28 14:40:49 -04:00
2012-10-02 11:11:09 -07:00
2012-10-08 15:06:05 -04:00
2012-07-12 07:54:45 -07:00
2012-11-09 17:05:07 -08:00
2012-10-02 13:38:27 -07:00
2012-10-07 00:30:56 -04:00
2012-09-21 13:58:08 -04:00
2012-10-04 15:58:47 -04:00
2012-11-28 14:04:34 -08:00
2012-10-02 11:11:09 -07:00
2012-09-10 15:30:41 -04:00
2012-10-09 13:57:23 -04:00
2012-10-02 13:38:27 -07:00
2012-10-14 13:39:34 -07:00
2012-10-02 13:38:27 -07:00
2012-10-06 03:11:59 +09:00
2012-10-13 10:53:54 +09:00
2012-10-04 15:53:48 -04:00
2012-09-17 13:00:13 -04:00
2012-07-24 13:55:21 -07:00
2012-09-30 02:30:16 -04:00
2012-10-02 13:38:27 -07:00
2012-09-26 21:10:25 -04:00
2012-09-04 14:20:14 -04:00
2012-10-02 20:25:04 -07:00