Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
test: update suppressions for rpma_srq_new()
Browse files Browse the repository at this point in the history
rpma_srq_new() with the latest rdma-core threw
the following error on fedora35:
------------------------------------------
Test #261: mtt-srq-rpma_srq_get_rcq_0_drd:
...
{
   <insert_a_suppression_name_here>
   drd:MutexErr
   fun:pthread_mutex_init_intercept
   fun:pthread_mutex_init@*
   fun:ibv_create_srq@@IBVERBS_1.1
   fun:rpma_peer_create_srq
   fun:rpma_srq_new
   fun:prestate_init
   fun:mtt_run
   fun:main
}

Test #256: mtt-srq-rpma_srq_delete_0_memcheck:
Test #260: mtt-srq-rpma_srq_get_rcq_0_memcheck:
Test #264: mtt-srq-rpma_srq_new_0_memcheck:
...
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:ibv_icmd_create_srq
   fun:ibv_cmd_create_srq
   fun:rxe_create_srq
   fun:ibv_create_srq@@IBVERBS_1.1
   fun:rpma_peer_create_srq
   fun:rpma_srq_new
   fun:prestate_init
   fun:mtt_run
   fun:main
}
------------------------------------------

Signed-off-by: Xiao Yang <yangx.jy@fujitsu.com>
  • Loading branch information
yangx-jy committed Nov 22, 2022
1 parent 1b25398 commit 2c2a1da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/drd.supp
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@
{
General suppression related to SoftRoCE issue with mutex
drd:MutexErr
...
fun:pthread_mutex_init@*
...
fun:rpma_srq_new
Expand Down
2 changes: 1 addition & 1 deletion tests/memcheck-libibverbs-librdmacm.supp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
Memcheck:Cond
fun:ibv_icmd_create_srq
fun:ibv_cmd_create_srq
obj:*/libmlx5.so*
...
fun:ibv_create_srq*
fun:rpma_peer_create_srq
fun:rpma_srq_new
Expand Down

0 comments on commit 2c2a1da

Please sign in to comment.