]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are provided
authorAndrei Gherzan <andrei.gherzan@canonical.com>
Wed, 1 Feb 2023 00:16:12 +0000 (00:16 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2023 10:28:10 +0000 (11:28 +0100)
commitd59d831255f52c24ebdd65cb58d648787e33f488
tree6a869171c3f0070e5fa80cc2c3da51faae2d8961
parent4748ccb2f8fb9ef9f224b90adcb720d743fbc702
selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are provided

[ Upstream commit c7d8e9f1707eb292f11da0d416973645add035c3 ]

Leaving unrecognized arguments buried in the output, can easily hide a
CLI/script typo. Avoid this by exiting when wrong arguments are provided to
the udpgso_bench test programs.

Fixes: 1b5a4274c815 ("selftests: udp gso benchmark")
Signed-off-by: Andrei Gherzan <andrei.gherzan@canonical.com>
Cc: Willem de Bruijn <willemb@google.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://lore.kernel.org/r/20230201001612.515730-2-andrei.gherzan@canonical.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/net/udpgso_bench_rx.c
tools/testing/selftests/net/udpgso_bench_tx.c