p4lang / p4runtime

Specification documents for the P4Runtime control-plane API
Apache License 2.0
140 stars 86 forks source link

Error: P4Runtime RPC error (INTERNAL): 'bf_pal_device_add(dev_id, &device_profile)' failed with error message: Unexpected error. #413

Closed guy-davidi closed 1 year ago

guy-davidi commented 1 year ago

Hi just encountered this issue while trying to load pipline to DPDK after compilation by using the P4RUNTIME. can you please assist ?


Error: P4Runtime RPC error (INTERNAL): 'bf_pal_device_add(dev_id, &device_profile)' failed with error message: Unexpected error.```
smolkaj commented 1 year ago

Hi @guy-davidi, this repository defines the P4Runtime protocol, but does not implement the protocol.

Your issue seems to be with DPDK's implementation of the P4Runtime protocol. I suggest filing an issue with the P4 DPDK maintainers.