commit | ffdc2d9e1afd20e9f9d205115661481e984542d6 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <mawilcox@microsoft.com> | Tue Nov 28 12:05:54 2017 -0500 |
committer | Matthew Wilcox <mawilcox@microsoft.com> | Tue Feb 06 16:41:27 2018 -0500 |
tree | aa224291034eed97a7686c6ae81b4846a800dbcb | |
parent | 85bd0438a249e7a7a0622e0b0b6663595fadcc27 [diff] |
cls_u32: Reinstate cyclic allocation Commit e7614370d6f0 ("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>