]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rds: flush and destroy workqueue rds_aux_wq and fix creation order.
authorSaeed Mahameed <saeedm@mellanox.com>
Wed, 26 Dec 2012 17:31:22 +0000 (19:31 +0200)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Wed, 8 Jul 2015 20:12:33 +0000 (13:12 -0700)
commit5aa394c5b5b9bc4901646fc118af1b0334de8a6a
tree16ca37da56939ad47b8eb7fd581118553f053579
parentc43c6711e38402a3c79c572d0f225d99061b373e
rds: flush and destroy workqueue rds_aux_wq and fix creation order.

in commit f05d77d46d172127d3f96538a62764a2a589a61b

    rds: Add Automatic Path Migration support

    RDS APM supports automatic connection failover in case of path
    failure, and connection failback when the path recovers.

    RDS APM is enabled by module parameter rds_ib_enable_apm (disabled by
    default).

workqueue rds_aux_wq is not destroyed and it should be create prior to
rds_trans_register since rds_trans_register callbacks can use rds_aux_wq.

Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
net/rds/ib.c