intel / idxd-config

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

Unable to configure IAA device #45

Closed raunaks13 closed 8 months ago

raunaks13 commented 9 months ago

I built the project successfully and ran:

$ sudo accel-config load-config -c contrib/configs/app_profile.conf -e
libaccfg: accfg_wq_set_str_mode: wq0.0: write failed: Invalid argument
wq set mode value failed
Parse json and set device fail: -1

However I am getting this error. I also tried configuring the device via QPL but I am getting a similar error.

ramesh-thomas commented 9 months ago

Did you change contrib/configs/app_profile.conf? The error states that mode is being set to "wq0.0" which is obviously invalid. Mode is either "shared" or "dedicated".

ramesh-thomas commented 8 months ago

Assuming this is resolved.