p4lang / p4-dpdk-target

P4 driver SW for P4 DPDK target.
Apache License 2.0
57 stars 19 forks source link

Error when pushing a PNA pipeline #68

Open pudelkoM opened 1 year ago

pudelkoM commented 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:

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