mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-19 00:20:59 +00:00
![]() setup_wait() takes an optional argument and then is called from the top level of the test script. That confuses shellcheck, which thinks that maybe the intention is to pass $1 of the script to the function, which is never the case. To avoid having to annotate every single new test with a SC disable, split the function in two: one that takes a mandatory argument, and one that takes no argument at all. Convert the two existing users of that optional argument, both in Spectrum resource selftest, to use the new form. Clean up vxlan_bridge_1q_mc_ul.sh to not pass a now-unused argument. Signed-off-by: Petr Machata <petrm@nvidia.com> Link: https://patch.msgid.link/8e13123236fe3912ae29bc04a1528bdd8551da1f.1750847794.git.petrm@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> |
||
---|---|---|
.. | ||
spectrum | ||
spectrum-2 | ||
blackhole_routes.sh | ||
devlink_linecard.sh | ||
devlink_trap_acl_drops.sh | ||
devlink_trap_control.sh | ||
devlink_trap_l2_drops.sh | ||
devlink_trap_l3_drops.sh | ||
devlink_trap_l3_exceptions.sh | ||
devlink_trap_policer.sh | ||
devlink_trap_tunnel_ipip6.sh | ||
devlink_trap_tunnel_ipip.sh | ||
devlink_trap_tunnel_vxlan_ipv6.sh | ||
devlink_trap_tunnel_vxlan.sh | ||
devlink_trap.sh | ||
egress_vid_classification.sh | ||
ethtool_lanes.sh | ||
extack.sh | ||
fib_offload.sh | ||
fib.sh | ||
hw_stats_l3.sh | ||
ingress_rif_conf_1d.sh | ||
ingress_rif_conf_1q.sh | ||
ingress_rif_conf_vxlan.sh | ||
mirror_gre_scale.sh | ||
mirror_gre.sh | ||
mlxsw_lib.sh | ||
one_armed_router.sh | ||
pci_reset.sh | ||
port_range_occ.sh | ||
port_range_scale.sh | ||
port_scale.sh | ||
q_in_q_veto.sh | ||
qos_defprio.sh | ||
qos_dscp_bridge.sh | ||
qos_dscp_router.sh | ||
qos_ets_strict.sh | ||
qos_headroom.sh | ||
qos_lib.sh | ||
qos_max_descriptors.sh | ||
qos_mc_aware.sh | ||
qos_pfc.sh | ||
rif_bridge.sh | ||
rif_counter_scale.sh | ||
rif_lag_vlan.sh | ||
rif_lag.sh | ||
rif_mac_profile_scale.sh | ||
rif_mac_profiles_occ.sh | ||
rif_mac_profiles.sh | ||
router_bridge_lag.sh | ||
router_scale.sh | ||
rtnetlink.sh | ||
sch_ets.sh | ||
sch_offload.sh | ||
sch_red_core.sh | ||
sch_red_ets.sh | ||
sch_red_prio.sh | ||
sch_red_root.sh | ||
sch_tbf_ets.sh | ||
sch_tbf_prio.sh | ||
sch_tbf_root.sh | ||
sharedbuffer_configuration.py | ||
sharedbuffer.sh | ||
tc_action_hw_stats.sh | ||
tc_flower_scale.sh | ||
tc_police_occ.sh | ||
tc_police_scale.sh | ||
tc_restrictions.sh | ||
tc_sample.sh | ||
vxlan_fdb_veto_ipv6.sh | ||
vxlan_fdb_veto.sh | ||
vxlan_flooding.sh | ||
vxlan_ipv6.sh | ||
vxlan.sh |