RDMA/rxe: Convert pr_warn/err to pr_debug in pyverbs
authorBob Pearson <rpearsonhpe@gmail.com>
Thu, 30 Jun 2022 19:04:19 +0000 (14:04 -0500)
committerJason Gunthorpe <jgg@nvidia.com>
Thu, 30 Jun 2022 23:45:00 +0000 (20:45 -0300)
commitcae3fa541e623d286978d17e12e66a23c2185a1e
treed1f7e509d4eb46b877f1aeea5246c0b168ff83fb
parent7cb33d1bc1ac8e51fd88928f96674d392f8e07c4
RDMA/rxe: Convert pr_warn/err to pr_debug in pyverbs

The pyverbs test suite generates a few dmesg traces from intentional error
tests. This patch replaces those messages with pr_debug() calls which
improves the usefullness of the tests.

Link: https://lore.kernel.org/r/20220630190425.2251-3-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/sw/rxe/rxe_cq.c
drivers/infiniband/sw/rxe/rxe_resp.c