[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230309185158.310994-1-pctammela@mojatatu.com>
Date: Thu, 9 Mar 2023 15:51:55 -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, Pedro Tammela <pctammela@...atatu.com>
Subject: [PATCH net-next 0/3] net/sched: act_pedit: minor improvements
This series aims to improve the code and usability of act_pedit for
netlink users.
Patch 1 improves error reporting for extended keys parsing with extack.
While at it, do a minor refactor on error handling.
Patch 2 checks the static offsets a priori on create/update. Currently,
this is done at the datapath for both static and runtime offsets.
Patch 3 changes the 'pr_info()' calls in the datapath to rate limited
versions.
Pedro Tammela (3):
net/sched: act_pedit: use extack in 'ex' parsing errors
net/sched: act_pedit: check static offsets a priori
net/sched: act_pedit: rate limit datapath messages
net/sched/act_pedit.c | 58 ++++++++++++++++++++-----------------------
1 file changed, 27 insertions(+), 31 deletions(-)
--
2.34.1
Powered by blists - more mailing lists