aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/proc.py
diff options
context:
space:
mode:
authorBob Pearson <[email protected]>2022-06-30 14:04:22 -0500
committerJason Gunthorpe <[email protected]>2022-07-22 17:43:00 -0300
commit445fd4f4fb76d513de6b05b08b3a4d0bb980fc80 (patch)
treea3ca2186041f8be3d10592944b8b537e9d513d98 /scripts/gdb/linux/proc.py
parent930119a1720075d15e4c1e478b2b9412cd9eb6ad (diff)
RDMA/rxe: Fix rnr retry behavior
Currently the completer tasklet when retransmit timer or the rnr timer fires the same flag (qp->req.need_retry) is set so that if either timer fires it will attempt to perform a retry flow on the send queue. This has the effect of responding to an RNR NAK at the first retransmit timer event which might not allow the requested rnr timeout. This patch adds a new flag (qp->req.wait_for_rnr_timer) which, if set, prevents a retry flow until the rnr nak timer fires. This patch fixes rnr retry errors which can be observed by running the pyverbs test_rdmacm_async_traffic_external_qp multiple times. With this patch applied they do not occur. Link: https://lore.kernel.org/linux-rdma/[email protected]/ Link: https://lore.kernel.org/linux-rdma/[email protected]/ Fixes: 8700e3e7c485 ("Soft RoCE driver") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bob Pearson <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions