Skip to content
Commit 3b88afd3 authored by Jason Gunthorpe's avatar Jason Gunthorpe
Browse files

RDMA/device: Use an ida instead of a free page in alloc_name



ida is the proper data structure to hold list of clustered small integers
and then allocate an unused integer. Get rid of the convoluted and limited
open-coded bitmap.

Signed-off-by: default avatarJason Gunthorpe <jgg@mellanox.com>
parent 652432f3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment