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
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>
  • Loading branch information
Dimitris Michailidis authored and Jakub Kicinski committed Jun 24, 2022
1 parent 1228b34 commit b968080
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 b968080

Please sign in to comment.