mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 06:02:38 +00:00
selftests: mlxsw: Add target for mirror-to-gretap test on spectrum
Add a wrapper around mlxsw/mirror_gre_scale.sh that parameterized number of offloadable mirrors on Spectrum machines. Signed-off-by: Petr Machata <petrm@mellanox.com> Reviewed-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b973b78aae
commit
9136074d56
@ -0,0 +1,13 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
source ../mirror_gre_scale.sh
|
||||
|
||||
mirror_gre_get_target()
|
||||
{
|
||||
local should_fail=$1; shift
|
||||
|
||||
if ((! should_fail)); then
|
||||
echo 3
|
||||
else
|
||||
echo 4
|
||||
fi
|
||||
}
|
Loading…
Reference in New Issue
Block a user