Open RogueCHU opened 11 months ago
This is apparently due to a restriction in DPDK that the number of ports must be power of 2. When this condition is not met, a generic error is returned. There was some talk of removing this restriction, but I don't know if this has been done (or if, alternatively, the code has been modified to return an intelligible error message in this case).
Our resources are focused entirely on ES2K support, which means that DPDK is not being updated. We might not have pulled in the fix even if it is available.
Hey, guys. I wrote a p4 program and
p4c-dpdk
compiled it successfully. But I couldn't send binary pipeline to the dataplane. Thep4_driver.log
shows as follow. It seems that there is a problem with my pipeline instructions configuration. But where can I find the "pipeline instructions configuration"?And the
infrap4d.ERROR
shows as follow.Any ideas? Thank you.