RE: [PATCH v3 10/10] test/bbdev: update python script parameters

2023-11-09 Thread Chautru, Nicolas
OK with me Maxime, thanks. > -Original Message- > From: Maxime Coquelin > Sent: Thursday, November 9, 2023 2:16 AM > To: Chautru, Nicolas ; dev@dpdk.org > Cc: hemant.agra...@nxp.com; Marchand, David > ; Vargas, Hernan > ; sta...@dpdk.org > Subject: Re: [PA

Re: [PATCH v3 10/10] test/bbdev: update python script parameters

2023-11-09 Thread Maxime Coquelin
On 11/4/23 00:34, Nicolas Chautru wrote: +# This will become -t option for iter_max in next release +parser.add_argument("-x", "--iter-max", +type=int, +help="Max iterations", +default=6) No need for "-x", it is possible to only hav