Message ID | 20230421212516.406726-1-pctammela@mojatatu.com (mailing list archive) |
---|---|
Headers | show |
Series | net/sched: act_pedit: minor improvements | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Fri, 21 Apr 2023 18:25:12 -0300 you wrote: > This series aims to improve the code and usability of act_pedit for > netlink users. > > Patches 1-2 improves error reporting for extended keys parsing with extack. > > Patch 3 checks the static offsets a priori on create/update. Currently, > this is done at the datapath for both static and runtime offsets. > > [...] Here is the summary with links: - [net-next,v5,1/5] net/sched: act_pedit: use NLA_POLICY for parsing 'ex' keys https://git.kernel.org/netdev/net-next/c/5036034572b7 - [net-next,v5,2/5] net/sched: act_pedit: use extack in 'ex' parsing errors https://git.kernel.org/netdev/net-next/c/0c83c5210e18 - [net-next,v5,3/5] net/sched: act_pedit: check static offsets a priori https://git.kernel.org/netdev/net-next/c/e1201bc781c2 - [net-next,v5,4/5] net/sched: act_pedit: remove extra check for key type https://git.kernel.org/netdev/net-next/c/577140180ba2 - [net-next,v5,5/5] net/sched: act_pedit: rate limit datapath messages https://git.kernel.org/netdev/net-next/c/e3c9673e2f6e You are awesome, thank you!