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

Do some cleanups in team driver.

Zhengchao Shao (6):
  team: add __exit modifier to team_nl_fini()
  team: remove unreferenced header in activebackup/broadcast/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: get lb_priv from team directly in lb_htpm_select_tx_port
  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 |  9 ++--
 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(+), 79 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-08-07  1:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-04 12:31 [PATCH net-next 0/6] team: do some cleanups in team driver Zhengchao Shao
2023-08-04 12:31 ` [PATCH net-next 1/6] team: add __exit modifier to team_nl_fini() Zhengchao Shao
2023-08-04 12:31 ` [PATCH net-next 2/6] team: remove unreferenced header in activebackup/broadcast/roundrobin files Zhengchao Shao
2023-08-04 12:31 ` [PATCH net-next 3/6] team: change the init function in the team_option structure to void Zhengchao Shao
2023-08-04 12:31 ` [PATCH net-next 4/6] team: change the getter " Zhengchao Shao
2023-08-04 12:31 ` [PATCH net-next 5/6] team: get lb_priv from team directly in lb_htpm_select_tx_port Zhengchao Shao
2023-08-04 12:31 ` [PATCH net-next 6/6] team: remove unused input parameters in lb_htpm_select_tx_port and lb_hash_select_tx_port Zhengchao Shao
2023-08-04 13:45   ` Jiri Pirko
2023-08-04 14:06     ` shaozhengchao
2023-08-04 16:56       ` Jiri Pirko
2023-08-05  2:04         ` shaozhengchao
2023-08-05 11:55 ` [PATCH net-next 0/6] team: do some cleanups in team driver Simon Horman
2023-08-07  1:03   ` shaozhengchao

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