commit | 69960a275efc9d82797bbbe2460a2d6c9cace314 | [log] [tgz] |
---|---|---|
author | Steve Wise <swise@opengridcomputing.com> | Wed Mar 03 15:06:34 2010 +0000 |
committer | Roland Dreier <rolandd@cisco.com> | Thu Mar 11 14:00:35 2010 -0800 |
tree | 6cc110dfe51a5267563789655f141d99dcc6d8c0 | |
parent | 25cf84cf377c0aae5dbcf937ea89bc7893db5176 [diff] |
RDMA/cxgb3: Wait at least one schedule cycle during device removal During a hot-plug LLD removal event or an EEH error event, iw_cxgb3 must ensure that any/all threads that might be in a cxgb3 exported function must return from the function before iw_cxgb3 returns from its event processing. Do this by calling synchronize_net(). Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>