> -----Original Message----- > From: Kevin Laatz <[email protected]> > Sent: Friday, April 1, 2022 4:05 PM > To: [email protected] > Cc: Richardson, Bruce <[email protected]>; Laatz, Kevin > <[email protected]> > Subject: [PATCH v3] dma/idxd: add generic option for queue config > > 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 <[email protected]> > --- > drivers/dma/idxd/dpdk_idxd_cfg.py | 34 +++++++++++++++++++++---------- > 1 file changed, 23 insertions(+), 11 deletions(-) >
Tried setting few capabilities of a dedicated WQ, works as expected. Tested-by: Sunil Pai G <[email protected]>

