$ uvt-simplestreams-libvirt --verbose sync --source 
http://cloud-images.ubuntu.com/daily arch=amd64 label=daily release=eoan
$ uvt-kvm create --password=ubuntu rdma release=eoan arch=amd64 label=daily
$ uvt-kvm ssh rdma
# from now on commands are in the guest
$ sudo apt update
$ sudo apt install rdma-core ibverbs-utils linux-modules-extra-5.3.0-40-generic
$ sudo rxe_cfg start
  Name  Link  Driver      Speed  NMTU  IPv4_addr        RDEV  RMTU  
  ens3  yes   virtio_net         1500  192.168.122.196
$ sudo rxe_cfg status
  Name  Link  Driver      Speed  NMTU  IPv4_addr        RDEV  RMTU          
  ens3  yes   virtio_net         1500  192.168.122.196  rxe0  1024  (3)
$ sleep 60
$ sudo rxe_cfg status
  Name  Link  Driver      Speed  NMTU  IPv4_addr        RDEV  RMTU          
  ens3  yes   virtio_net         1500  192.168.122.196  rxe0  1024  (3)

It is not going away in my case either, like with Andreas test.
I tracked down every command I issues and since Jan reported that it reproduces 
in a clean VM for him I'd ask to also report every command used including setup 
so we can find where things differ.

I only got this:
$ dmesg | grep rx
[  229.924109] rdma_rxe: loaded
[  302.214732] infiniband rxe0: set active
[  302.214735] infiniband rxe0: added ens3

So we might wonder about your log in regard to:
[ 989.823540] rdma_rxe: already configured on enp0s3
[ 1074.929240] rdma_rxe: unloaded
And also in your log:
rdma-ndd[5699]: set Node Description failed on rxe0

That does not seem like a clean guest, something happened before here.
Do you have an idea what that might be?

Your log also contains quite a bunch of Desktop related warnings on
dbus, would you mind on a retry to use a server image which comes with
much less clutter for testing rdma?

** Changed in: rdma-core (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865152

Title:
  SoftRoCE device disappears

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rdma-core/+bug/1865152/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to