intel / idxd-config

Accel-config / libaccel-config
Other
56 stars 35 forks source link

Unable to configure shared wq for IAX #30

Closed ozhuraki closed 1 year ago

ozhuraki commented 1 year ago
# accel-config -v
3.5.3+

# uname -rv
5.19.0-35-generic #36~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb 17 15:17:25 UTC 2

# cat /proc/cmdline
[...] intel_iommu=on,sm_on

# id
uid=0(root) gid=0(root) groups=0(root)

# dmesg -c

# accel-config list
[
]

# wget -q https://github.com/intel/qpl/raw/develop/tools/configs/1n1d1e1w-s-n1.conf

# accel-config load-config -e -c 1n1d1e1w-s-n1.conf
libaccfg: accfg_wq_set_max_batch_size: wq1.0: max_batch_size attribute write failed: Invalid argument
wq set max_batch_size value failed
Parse json and set device fail: -1
# dmesg
#
xinzhanz commented 1 year ago

iax doesn't support batch, it is not allowed to set batch size for iax device.

mzhukova commented 1 year ago

Hi @ozhuraki, this seems like QPL issue, so it was fixed at https://github.com/intel/qpl/commit/3acd13ce8a5bbfd6296b79611acdfe43efd7cb69.