OK with me Maxime, thanks. > -----Original Message----- > From: Maxime Coquelin <[email protected]> > Sent: Thursday, November 9, 2023 2:16 AM > To: Chautru, Nicolas <[email protected]>; [email protected] > Cc: [email protected]; Marchand, David > <[email protected]>; Vargas, Hernan > <[email protected]>; [email protected] > Subject: Re: [PATCH v3 10/10] test/bbdev: update python script parameters > > > > 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 have the long name: > > parser.add_argument("--iter-max", > type=int, > help="Max iterations", > default=6) > > If that works for you, I can do the change while applying. > > Regards, > Maxime
- Re: [PATCH v3 03/10] test/bbdev: handle exception fo... Maxime Coquelin
- [PATCH v3 04/10] test/bbdev: improve test log messages Nicolas Chautru
- [PATCH v3 05/10] test/bbdev: assert failed test for queue... Nicolas Chautru
- [PATCH v3 06/10] test/bbdev: ldpc encoder concatenation v... Nicolas Chautru
- [PATCH v3 07/10] test/bbdev: add MLD support Nicolas Chautru
- Re: [PATCH v3 07/10] test/bbdev: add MLD support Maxime Coquelin
- [PATCH v3 09/10] test/bbdev: support 4 bit LLR compressio... Nicolas Chautru
- [PATCH v3 08/10] test/bbdev: support new FFT capabilities Nicolas Chautru
- [PATCH v3 10/10] test/bbdev: update python script paramet... Nicolas Chautru
- Re: [PATCH v3 10/10] test/bbdev: update python scrip... Maxime Coquelin
- RE: [PATCH v3 10/10] test/bbdev: update python s... Chautru, Nicolas
- Re: [PATCH v3 00/10] test-bbdev changes for 23.11 Maxime Coquelin

