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

Chautru, Nicolas nicolas.chautru at intel.com
Thu Nov 9 16:37:19 CET 2023


OK with me Maxime, thanks. 

> -----Original Message-----
> From: Maxime Coquelin <maxime.coquelin at redhat.com>
> Sent: Thursday, November 9, 2023 2:16 AM
> To: Chautru, Nicolas <nicolas.chautru at intel.com>; dev at dpdk.org
> Cc: hemant.agrawal at nxp.com; Marchand, David
> <david.marchand at redhat.com>; Vargas, Hernan
> <hernan.vargas at intel.com>; stable at dpdk.org
> 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



More information about the stable mailing list