I was trying to access Bluefield from a server and implement TLS hardware offloading based on it. When I configured the OVS bridge on Bluefield following this guide (TLS Offload :: NVIDIA DOCA SDK Documentation), I added the rshim interface using this command “ovs-vsctl add-port ovs-br0 tmfifo_net0” and this command somehow disables the rshim access from my server to Bluefield. I cannot access it again through ssh. The guide said I should use the interfaces facing the host in that command and probably I used the wrong interface for this command.
To change the configuration, I need to access it first, but the current configuration makes me cannot access it from my server via rshim. I wonder what I should do in this case. Thanks in advance for any assistance or suggestions.
Thanks for your help! I have reinstalled the BFB following this link: NVIDIA Networking Docs. Now I am able to ping DPU (command: ping -I tmfifo_net0 192.168.100.2 -c2) but still fail to log in to it (command: ssh ubuntu@192.168.100.2). After I enter the password, it shows: Permission denied, please try again. I wonder if you know the reason. Thanks for your time and help again!