]> www.infradead.org Git - users/jedix/linux-maple.git/commit
svcrdma: Remove queue-shortening warnings
authorChuck Lever <chuck.lever@oracle.com>
Mon, 11 Dec 2023 15:24:28 +0000 (10:24 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Sun, 7 Jan 2024 22:54:32 +0000 (17:54 -0500)
commitb918bfcf370c92ea3b82fa9bb3d017702b5fa4cb
tree6de35b5f41462222790ab34dad95578ba200e2f9
parent913cd7668f17b2b0dad044a179ee540d81eff41b
svcrdma: Remove queue-shortening warnings

These won't have much diagnostic value for site administrators.
Since they can't be disabled, they become noise.

What's more, the subsequent rdma_create_qp() call adjusts the Send
Queue size (possibly downward) without warning, making the size
reported by these pr_warns inaccurate.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/xprtrdma/svc_rdma_transport.c