Re: [PATCH v2 2/4] selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are provided
From: Willem de Bruijn <willemb@google.com>
Date: 2023-01-31 13:35:57
Also in:
linux-kselftest, lkml
From: Willem de Bruijn <willemb@google.com>
Date: 2023-01-31 13:35:57
Also in:
linux-kselftest, lkml
On Tue, Jan 31, 2023 at 8:08 AM Andrei Gherzan [off-list ref] wrote:
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. Signed-off-by: Andrei Gherzan <redacted>
I'm on the fence on this. Test binaries are not necessarily robust against bad input. If you insist. When sending patches to net, please always add a Fixes tag.