Open pudelkoM opened 1 year ago
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
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