Commit ffdc2d9e authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

cls_u32: Reinstate cyclic allocation

Commit e7614370

 ("net_sched: use idr to allocate u32 filter handles)
converted htid allocation to use the IDR.  The ID allocated by this
scheme changes; it used to be cyclic, but now always allocates the
lowest available.  The IDR supports cyclic allocation, so just use
the right function.

Signed-off-by: default avatarMatthew Wilcox <mawilcox@microsoft.com>
parent 85bd0438
Supports Markdown
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