lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 09 Sep 2022 07:40:22 +0000
From:   patchwork-bot+netdevbpf@...nel.org
To:     Zhengchao Shao <shaozhengchao@...wei.com>
Cc:     netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
        bpf@...r.kernel.org, davem@...emloft.net, edumazet@...gle.com,
        kuba@...nel.org, pabeni@...hat.com, jhs@...atatu.com,
        xiyou.wangcong@...il.com, jiri@...nulli.us, martin.lau@...ux.dev,
        daniel@...earbox.net, john.fastabend@...il.com, ast@...nel.org,
        andrii@...nel.org, song@...nel.org, yhs@...com, kpsingh@...nel.org,
        sdf@...gle.com, haoluo@...gle.com, jolsa@...nel.org,
        weiyongjun1@...wei.com, yuehaibing@...wei.com
Subject: Re: [PATCH net-next,v3 00/22] refactor the walk and lookup hook functions
 in tc_action_ops

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@...emloft.net>:

On Thu, 8 Sep 2022 12:14:32 +0800 you wrote:
> The implementation logic of the walk/lookup hook function in each action
> module is the same. Therefore, the two functions can be reconstructed.
> When registering tc_action_ops of each action module, the corresponding
> net_id is saved to tc_action_ops. In this way, the net_id of the
> corresponding module can be directly obtained in act_api without executing
> the specific walk and lookup hook functions. Then, generic functions can
> be added to replace the walk and lookup hook functions of each action
> module. Last, modify each action module in alphabetical order.
> 
> [...]

Here is the summary with links:
  - [net-next,v3,01/22] net: sched: act: move global static variable net_id to tc_action_ops
    https://git.kernel.org/netdev/net-next/c/acd0a7ab6334
  - [net-next,v3,02/22] net: sched: act_api: implement generic walker and search for tc action
    https://git.kernel.org/netdev/net-next/c/fae52d932338
  - [net-next,v3,03/22] net: sched: act_bpf: get rid of tcf_bpf_walker and tcf_bpf_search
    https://git.kernel.org/netdev/net-next/c/aa0a92f7458c
  - [net-next,v3,04/22] net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_search
    https://git.kernel.org/netdev/net-next/c/c4d2497032ae
  - [net-next,v3,05/22] net: sched: act_csum: get rid of tcf_csum_walker and tcf_csum_search
    https://git.kernel.org/netdev/net-next/c/d2388df33b36
  - [net-next,v3,06/22] net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_search
    https://git.kernel.org/netdev/net-next/c/cb967ace0acc
  - [net-next,v3,07/22] net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_search
    https://git.kernel.org/netdev/net-next/c/d51145dafd50
  - [net-next,v3,08/22] net: sched: act_gact: get rid of tcf_gact_walker and tcf_gact_search
    https://git.kernel.org/netdev/net-next/c/eeb3f43e05c0
  - [net-next,v3,09/22] net: sched: act_gate: get rid of tcf_gate_walker and tcf_gate_search
    https://git.kernel.org/netdev/net-next/c/ae3f9fc308d5
  - [net-next,v3,10/22] net: sched: act_ife: get rid of tcf_ife_walker and tcf_ife_search
    https://git.kernel.org/netdev/net-next/c/ad0cd0a85cd7
  - [net-next,v3,11/22] net: sched: act_ipt: get rid of tcf_ipt_walker/tcf_xt_walker and tcf_ipt_search/tcf_xt_search
    https://git.kernel.org/netdev/net-next/c/0a4c06f20d76
  - [net-next,v3,12/22] net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_search
    https://git.kernel.org/netdev/net-next/c/d58efc6ecce8
  - [net-next,v3,13/22] net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_search
    https://git.kernel.org/netdev/net-next/c/7fadae53aa86
  - [net-next,v3,14/22] net: sched: act_nat: get rid of tcf_nat_walker and tcf_nat_search
    https://git.kernel.org/netdev/net-next/c/586fab138659
  - [net-next,v3,15/22] net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_search
    https://git.kernel.org/netdev/net-next/c/b915d86981fe
  - [net-next,v3,16/22] net: sched: act_police: get rid of tcf_police_walker and tcf_police_search
    https://git.kernel.org/netdev/net-next/c/0abf7f8f82bb
  - [net-next,v3,17/22] net: sched: act_sample: get rid of tcf_sample_walker and tcf_sample_search
    https://git.kernel.org/netdev/net-next/c/400d66332cd4
  - [net-next,v3,18/22] net: sched: act_simple: get rid of tcf_simp_walker and tcf_simp_search
    https://git.kernel.org/netdev/net-next/c/5d6e9cb5c916
  - [net-next,v3,19/22] net: sched: act_skbedit: get rid of tcf_skbedit_walker and tcf_skbedit_search
    https://git.kernel.org/netdev/net-next/c/038725f9eed6
  - [net-next,v3,20/22] net: sched: act_skbmod: get rid of tcf_skbmod_walker and tcf_skbmod_search
    https://git.kernel.org/netdev/net-next/c/8a35c5df28aa
  - [net-next,v3,21/22] net: sched: act_tunnel_key: get rid of tunnel_key_walker and tunnel_key_search
    https://git.kernel.org/netdev/net-next/c/f6ffa368f061
  - [net-next,v3,22/22] net: sched: act_vlan: get rid of tcf_vlan_walker and tcf_vlan_search
    https://git.kernel.org/netdev/net-next/c/6d13a65d2a67

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ