[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231114141856.974326-1-pctammela@mojatatu.com>
Date: Tue, 14 Nov 2023 11:18:54 -0300
From: Pedro Tammela <pctammela@...atatu.com>
To: netdev@...r.kernel.org
Cc: jhs@...atatu.com,
xiyou.wangcong@...il.com,
jiri@...nulli.us,
davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
shuah@...nel.org,
pctammela@...atatu.com,
victor@...atatu.com
Subject: [PATCH net-next 0/2] 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.
Pedro Tammela (2):
net/sched: cls_u32: replace int refcounts with proper refcounts
selftests/tc-testing: add hashtable tests for u32
net/sched/cls_u32.c | 36 ++++++------
.../tc-testing/tc-tests/filters/u32.json | 57 +++++++++++++++++++
2 files changed, 75 insertions(+), 18 deletions(-)
--
2.40.1
Powered by blists - more mailing lists