Re: [PATCH] IB/mad: Use ID allocator routines to allocate agent number

From: Jason Gunthorpe
Date: Wed May 30 2018 - 11:10:46 EST


On Wed, May 30, 2018 at 02:22:56PM +0200, Hans Westgaard Ry wrote:

> We came up with this code snippet which we think handles both preventing
> immediate re-use and too big/wrapping...

Isn't this basically the same as idr_alloc_cyclic ?

Jason