Re: [PATCH] dma/idxd: fix missing default for workqueue options

2022-06-21 Thread Thomas Monjalon
20/06/2022 06:09, Pai G, Sunil: > > From: Richardson, Bruce > > Sent: Friday, June 17, 2022 4:48 PM > > To: dev@dpdk.org > > Cc: Laatz, Kevin ; Pai G, Sunil > > ; Richardson, Bruce > > Subject: [PATCH] dma/idxd: fix missing default for workqueue options > > > > When no --wq-option flag is passed

RE: [PATCH] dma/idxd: fix missing default for workqueue options

2022-06-20 Thread Walsh, Conor
> When no --wq-option flag is passed to dpdk_idxd_cfg.py script, the > default value used by argparse is None. This leads to later errors which > are expecting an array value: > > TypeError: 'NoneType' object is not iterable > > This is fixed by specifying that the empty array should be the

RE: [PATCH] dma/idxd: fix missing default for workqueue options

2022-06-19 Thread Pai G, Sunil
> From: Richardson, Bruce > Sent: Friday, June 17, 2022 4:48 PM > To: dev@dpdk.org > Cc: Laatz, Kevin ; Pai G, Sunil > ; Richardson, Bruce > Subject: [PATCH] dma/idxd: fix missing default for workqueue options > > When no --wq-option flag is passed to dpdk_idxd_cfg.py script, the default > value