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)
commit516cba96e86201de6b8479dc624401501c39acf5
tree52cb80e8420b8714e51ea01fdab53ddc3c8e9810
parent289354f21b2c3fac93e956efd45f256a88a4d997
parent54293e4d6a629befb0b0d93aa416a658678f7f01
Merge branch 'net-sched-cls_u32-use-proper-refcounts'

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>