Beyond that, I’ve configured the ethernet interface on the arm with an IP/subnet. However, trying to communicate through that interface always fails to connect, even to devices on the same subnet/switch. Are there any specific steps needed to enable direct communication through the ethernet ports on the ARM side?
Thank you for your reply. I did forget to mention in the original post that the NIC is already configured for SEPARATED_HOST mode, by running:
mlxconfig -d /dev/mst/mt41682_pciconf0 s INTERNAL_CPU_MODEL=0
mlxconfig -d /dev/mst/mt41682_pciconf0.1 s INTERNAL_CPU_MODEL=0
and rebooting. Querying the mode successfully reports that it is in separated host mode. Is there anything else that needs to be configured for the ARM to be able to access the outer world as a separate entity?