Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cls_u32: Reinstate cyclic allocation
Commit e761437 ("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: Matthew Wilcox <mawilcox@microsoft.com>
- Loading branch information