On Wed, Aug 4, 2021 at 2:07 AM Leon Romanovsky <leon@xxxxxxxxxx> wrote: > > Hi, > > Can you please help me to understand the RXE status in the upstream? Hi, all On the Ubuntu 20.04, kernel: 5.4.0-80, with the latest rdma-core, " root@xxx:~/rdma-core# cat /etc/issue Ubuntu 20.04.2 LTS \n \l root@xxx:~/rdma-core# uname -a Linux 5.4.0-80-generic #90-Ubuntu SMP Fri Jul 9 22:49:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux root@xxx:~/rdma-core# git log -1 --oneline 206a0cfd (HEAD -> master, origin/master, origin/HEAD) Merge pull request #1047 from yishaih/mlx5_misc " Run run_tests.py, I got the following errors. Not sure if it is a problem. Please comment on it. It is easy to reproduce on Ubuntu 20.04 + 5.4.0-80. " .............sssssssss..FFF........sssssssssssssss.sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.ssssssssssssssssssssssssss....s...ss..........s....s..s.......ssReceived the following exceptions: {'active': BrokenBarrierError()} EReceived the following exceptions: {'active': BrokenBarrierError()} E........ss ====================================================================== ERROR: test_rdmacm_async_ex_multicast_traffic (tests.test_rdmacm.CMTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/rdma-core/tests/utils.py", line 976, in inner return func(instance) File "/root/rdma-core/tests/test_rdmacm.py", line 42, in test_rdmacm_async_ex_multicast_traffic self.two_nodes_rdmacm_traffic(CMAsyncConnection, File "/root/rdma-core/tests/base.py", line 368, in two_nodes_rdmacm_traffic raise(res) threading.BrokenBarrierError ====================================================================== ERROR: test_rdmacm_async_multicast_traffic (tests.test_rdmacm.CMTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/rdma-core/tests/utils.py", line 976, in inner return func(instance) File "/root/rdma-core/tests/test_rdmacm.py", line 36, in test_rdmacm_async_multicast_traffic self.two_nodes_rdmacm_traffic(CMAsyncConnection, File "/root/rdma-core/tests/base.py", line 368, in two_nodes_rdmacm_traffic raise(res) threading.BrokenBarrierError ====================================================================== FAIL: test_phys_port_cnt_ex (tests.test_device.DeviceTest) Test phys_port_cnt_ex ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/rdma-core/tests/test_device.py", line 222, in test_phys_port_cnt_ex self.assertEqual(phys_port_cnt, phys_port_cnt_ex, AssertionError: 1 != 0 : phys_port_cnt_ex and phys_port_cnt should be equal if number of ports is less than 256 ====================================================================== FAIL: test_query_device (tests.test_device.DeviceTest) Test ibv_query_device() ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/rdma-core/tests/test_device.py", line 63, in test_query_device self.verify_device_attr(attr, dev) File "/root/rdma-core/tests/test_device.py", line 187, in verify_device_attr assert attr.vendor_id != 0 AssertionError ====================================================================== FAIL: test_query_device_ex (tests.test_device.DeviceTest) Test ibv_query_device_ex() ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/rdma-core/tests/test_device.py", line 206, in test_query_device_ex self.verify_device_attr(attr_ex.orig_attr, dev) File "/root/rdma-core/tests/test_device.py", line 187, in verify_device_attr assert attr.vendor_id != 0 AssertionError ---------------------------------------------------------------------- Ran 205 tests in 40.112s FAILED (failures=3, errors=2, skipped=137) Traceback (most recent call last): File "device.pyx", line 170, in pyverbs.device.Context.close AttributeError: 'NoneType' object has no attribute 'debug' Exception ignored in: 'pyverbs.device.Context.__dealloc__' Traceback (most recent call last): File "device.pyx", line 170, in pyverbs.device.Context.close AttributeError: 'NoneType' object has no attribute 'debug' " > > Does we still have crashes/interop issues/e.t.c? > > Latest commit is: > 20da44dfe8ef ("RDMA/mlx5: Drop in-driver verbs object creations") > > Thanks