Skip to content

Commit

Permalink
selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP test
Browse files Browse the repository at this point in the history
commit b968080 upstream.

udpgso_bench.sh has been running its IPv6 TCP test with IPv4 arguments
since its initial conmit. Looks like a typo.

Fixes: 3a687be ("selftests: udp gso benchmark")
Cc: willemb@google.com
Signed-off-by: Dimitris Michailidis <dmichail@fungible.com>
Acked-by: Willem de Bruijn <willemb@google.com>
Link: https://lore.kernel.org/r/20220623000234.61774-1-dmichail@fungible.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Dimitris Michailidis authored and gregkh committed Jul 7, 2022
1 parent f7b8fb4 commit 3f55912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/net/udpgso_bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ run_all() {
run_udp "${ipv4_args}"

echo "ipv6"
run_tcp "${ipv4_args}"
run_tcp "${ipv6_args}"
run_udp "${ipv6_args}"
}

Expand Down

0 comments on commit 3f55912

Please sign in to comment.