mbox series

[net-next,0/2] team: remove unused input parameters in lb_htpm_select_tx_port and lb_hash_select_tx_port

Message ID 20230804113942.1699902-1-shaozhengchao@huawei.com (mailing list archive)
Headers show
Series team: remove unused input parameters in lb_htpm_select_tx_port and lb_hash_select_tx_port | expand

Message

shaozhengchao Aug. 4, 2023, 11:39 a.m. UTC
Patch 1 that getting lb_priv from team directly in lb_htpm_select_tx_port,
so input parameters lb_priv will not be used in lb_htpm_select_tx_port. 
Patch 2 that removing unused input parameters in lb_htpm_select_tx_port 
and lb_hash_select_tx_port.

Zhengchao Shao (2):
  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_mode_loadbalance.c | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)