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
| ||
|
Message-ID: <ZNBc/4Os0y9j0nc7@Laptop-X1> Date: Mon, 7 Aug 2023 10:54:55 +0800 From: Hangbin Liu <liuhangbin@...il.com> To: Zhengchao Shao <shaozhengchao@...wei.com> Cc: netdev@...r.kernel.org, bpf@...r.kernel.org, davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, jiri@...nulli.us, weiyongjun1@...wei.com, yuehaibing@...wei.com Subject: Re: [PATCH net-next,v3 0/5] team: do some cleanups in team driver On Mon, Aug 07, 2023 at 09:25:51AM +0800, Zhengchao Shao wrote: > Do some cleanups in team driver. > Reviewed-by: Hangbin Liu <liuhangbin@...il.com> > --- > v3: add header file back to team_mode_activebackup.c > v2: combine patch 5/6 and patch 6/6 into patch 5/5 > --- > Zhengchao Shao (5): > team: add __exit modifier to team_nl_fini() > team: remove unreferenced header in broadcast and roundrobin files > team: change the init function in the team_option structure to void > team: change the getter function in the team_option structure to void > team: remove unused input parameters in lb_htpm_select_tx_port and > lb_hash_select_tx_port > > drivers/net/team/team.c | 62 +++++++++-------------- > drivers/net/team/team_mode_activebackup.c | 8 ++- > drivers/net/team/team_mode_broadcast.c | 1 - > drivers/net/team/team_mode_loadbalance.c | 50 +++++++----------- > drivers/net/team/team_mode_roundrobin.c | 1 - > include/linux/if_team.h | 4 +- > 6 files changed, 48 insertions(+), 78 deletions(-) > > -- > 2.34.1 >
Powered by blists - more mailing lists