Re: [PATCH v3] dma/idxd: add generic option for queue config

2022-06-07 Thread Thomas Monjalon
01/04/2022 12:51, Bruce Richardson: > On Fri, Apr 01, 2022 at 11:35:00AM +0100, Kevin Laatz wrote: > > The device config script currently uses some defaults to configure > > devices in a generic way. > > > > With the addition of this option, users have more control over how > > queues are configur

RE: [PATCH v3] dma/idxd: add generic option for queue config

2022-04-04 Thread Pai G, Sunil
> -Original Message- > From: Kevin Laatz > Sent: Friday, April 1, 2022 4:05 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Laatz, Kevin > > Subject: [PATCH v3] dma/idxd: add generic option for queue config > > The device config script currently uses some de

Re: [PATCH v3] dma/idxd: add generic option for queue config

2022-04-01 Thread Bruce Richardson
On Fri, Apr 01, 2022 at 11:35:00AM +0100, Kevin Laatz wrote: > The device config script currently uses some defaults to configure > devices in a generic way. > > With the addition of this option, users have more control over how > queues are configured. > > Signed-off-by: Kevin Laatz > --- Revie

[PATCH v3] dma/idxd: add generic option for queue config

2022-04-01 Thread Kevin Laatz
The device config script currently uses some defaults to configure devices in a generic way. With the addition of this option, users have more control over how queues are configured. Signed-off-by: Kevin Laatz --- drivers/dma/idxd/dpdk_idxd_cfg.py | 34 +-- 1 file ch