> -----Original Message----- > From: Kevin Laatz <kevin.la...@intel.com> > Sent: Friday, April 1, 2022 4:05 PM > To: dev@dpdk.org > Cc: Richardson, Bruce <bruce.richard...@intel.com>; Laatz, Kevin > <kevin.la...@intel.com> > 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 <kevin.la...@intel.com> > --- > 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 <sunil.pa...@intel.com>