RDMA/cm: Convert local_id_table to XArray
authorMatthew Wilcox <willy@infradead.org>
Thu, 21 Feb 2019 00:20:43 +0000 (16:20 -0800)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 26 Mar 2019 14:44:22 +0000 (11:44 -0300)
commitae78ff3a0f0c23234c5c75e9bc6921eb7f4d8652
tree7ad7d8409a7ac1c4a0d4f3b05b2345b0e8938828
parent949a2370466b09682ad0afb33826f83403458a57
RDMA/cm: Convert local_id_table to XArray

Also introduce cm_local_id() to reduce the amount of boilerplate when
converting a local ID to an XArray index.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/cm.c