Does anyone know how to solve this issue?
I tried these steps, but itstill did not work.
2.3.2. Solution
- Make sure that mlx-regex is running. On the DPU, run:
dpu# systemctl status mlx-regex
- You will probably see the Active line as Failed or inactive. To fix this, on the DPU, run:
dpu# systemctl restart mlx-regex
- Make sure that the RegEx device is active. Run:
dpu# systemctl status mlx-regex
You should see the Active line as active (running).
4. If the Active line is still Failed, you probably need to restart the InfiniBand (RDMA) driver. On the DPU, run:
dpu# /etc/init.d/openibd restart
- Restart the RegEx device again. Run:
dpu# systemctl restart mlx-regex
- This should fix the issue. Verify that the RegEx device is active again. Run:
dpu# systemctl status mlx-regex