Hi,
> Not default, needs '-A x' option, where x is the upper limit
> of the random payload.
> Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
<snip>
> + if (tst_parse_int(Aarg, &max_rand_msg_len, 10, max_msg_len))
> + tst_brk(TBROK, "Invalid max randome payload size '%s'", Aarg);
^ typo?
Otherwise looks good to me.
Kind regards,
Petr