We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I guess the problem went beyond the hardcoded full config case that was fixed.
A case I saw today:
"$ACCFG" config-wq $DSA/$WQ0 -g 0 -m dedicated -y user -n app1 -d user -p 10 -o 272 "$ACCFG" config-engine $DSA/$ENG0 -g 0 read_ret=$(cat $IDXD_DEVICE_PATH/$DSA/$WQ0/op_config | cut -c 55-) if [ "$read_ret" != "00000000,00000272" ]; then echo "wq op_config 30 failed" && exit "$EXIT_FAILURE" fi
where the SRF system shows the following for the capabilities:
# cat dsa0/op_cap 00000000,00000000,00000000,00000000,00000000,00000000,0000007b,00bf067d
So the test fails.
Also the wq op_config 30 failed message seems to be out of date since it is passing -o 272.
wq op_config 30 failed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I guess the problem went beyond the hardcoded full config case that was fixed.
A case I saw today:
where the SRF system shows the following for the capabilities:
So the test fails.
Also the
wq op_config 30 failed
message seems to be out of date since it is passing -o 272.The text was updated successfully, but these errors were encountered: