I'm trying out a Bluefield-2 DPU.
BlueField-2 DPU was installed on the server, but rshim was not recognized.
The server only has DOCA installed.
I found that NTERNAL_CPU_MODEL on this card is SEPARATED_HOST(0).
So with reference to this article, I changed it to DPU mode.
https://docs.nvidia.com/networking/display/bluefielddpuosv390/modes+of+operation
mlxconfig -d /dev/mst/<device> s INTERNAL_CPU_MODEL=1
sudo reboot
However, the following appears every time you use the mlxconfig command.
# sudo mlxconfig -d /dev/mst/mt41686_pciconf0 q
-E- Error when trying to check if NV access registers are supported
What's going on?