Merge branch 'net-sched-cls_u32-use-proper-refcounts'
authorJakub Kicinski <kuba@kernel.org>
Sun, 19 Nov 2023 03:38:25 +0000 (19:38 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sun, 19 Nov 2023 03:38:25 +0000 (19:38 -0800)
Pedro Tammela says:

====================
net/sched: cls_u32: use proper refcounts

In u32 we are open coding refcounts of hashtables with integers which is
far from ideal. Update those with proper refcount and add a couple of
tests to tdc that exercise the refcounts explicitly.
====================

Link: https://lore.kernel.org/r/20231114141856.974326-1-pctammela@mojatatu.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge