netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next,v3 0/5] team: do some cleanups in team driver
@ 2023-08-07  1:25 Zhengchao Shao
  2023-08-07  1:25 ` [PATCH net-next,v3 1/5] team: add __exit modifier to team_nl_fini() Zhengchao Shao
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Zhengchao Shao @ 2023-08-07  1:25 UTC (permalink / raw)
  To: netdev, bpf, davem, edumazet, kuba, pabeni
  Cc: jiri, weiyongjun1, yuehaibing, shaozhengchao

Do some cleanups in team driver.

---
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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-08-08 22:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-07  1:25 [PATCH net-next,v3 0/5] team: do some cleanups in team driver Zhengchao Shao
2023-08-07  1:25 ` [PATCH net-next,v3 1/5] team: add __exit modifier to team_nl_fini() Zhengchao Shao
2023-08-07  1:25 ` [PATCH net-next,v3 2/5] team: remove unreferenced header in broadcast and roundrobin files Zhengchao Shao
2023-08-07  1:25 ` [PATCH net-next,v3 3/5] team: change the init function in the team_option structure to void Zhengchao Shao
2023-08-07  1:25 ` [PATCH net-next,v3 4/5] team: change the getter " Zhengchao Shao
2023-08-07  1:25 ` [PATCH net-next,v3 5/5] team: remove unused input parameters in lb_htpm_select_tx_port and lb_hash_select_tx_port Zhengchao Shao
2023-08-07  2:54 ` [PATCH net-next,v3 0/5] team: do some cleanups in team driver Hangbin Liu
2023-08-07  7:46 ` Jiri Pirko
2023-08-08 22:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).