Hello,
I am currently deploying the DOCA Flow Inspector service on a BlueField2 DPU following the instructions in the official guide: DOCA Flow Inspector Service Guide.
After following the steps, the DOCA Flow Inspector pod and container are both running normally. Here are the outputs:
sudo crictl pods
POD ID CREATED STATE NAME NAMESPACE ATTEMPT RUNTIME
73df4e7a1602a 2 days ago Ready doca-flow-inspector-localhost.localdomain default 0 (default)
4ec138f3a9fbe 6 weeks ago Ready doca-telemetry-service-localhost.localdomain default 0 (default)
sudo crictl ps
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
277d2e477afca 9093f339c4f1b 2 days ago Running doca-flow-inspector 0 73df4e7a1602a doca-flow-inspector-localhost.localdomain
fa1a005359039 0d17e540ea5b6 6 weeks ago Running doca-telemetry-service 0 4ec138f3a9fbe doca-telemetry-service-localhost.localdomain
However, I noticed that the output file from DPS doesn’t show any content from DOCA Flow Inspector. Upon checking the logs of the DOCA Flow Inspector container, I found the following warning:
2024-11-13 04:21:30 - flow_inspector - FI - WARNING - IPC connection status -1
It seems like there is an issue with the IPC connection between the DOCA Flow Inspector container and DTS.
Has anyone encountered this issue before? Any suggestions on how to resolve the IPC communication problem between the Flow Inspector and DTS?
Thank you!