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
When loading a PNA program (like the PNA simple_lpm) with bf_pal_device_add(dev_id, &device_profile) we are seeing this error message:
bf_pal_device_add(dev_id, &device_profile)
2022-11-09 21:55:56.747712 BF_PIPE ERROR - Error -17 at line 23: Struct registration error. . 2022-11-09 21:55:56.747830 BF_PIPE ERROR - Failed to Build Pipeline pipe 2022-11-09 21:55:56.747854 BF_DVM ERROR - Device add handling failed for dev 0, sts Unexpected error (15), Client pipe-mgr 2022-11-09 21:55:56.747871 BF_DVM ERROR - Device add failed for dev 0, sts Unexpected error (15)
The same build does work with PSA version of the pipeline.
Could be related to #16
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When loading a PNA program (like the PNA simple_lpm) with
bf_pal_device_add(dev_id, &device_profile)
we are seeing this error message:The same build does work with PSA version of the pipeline.
Could be related to #16
The text was updated successfully, but these errors were encountered: