aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorXiao Yang <[email protected]>2020-12-16 15:17:54 +0800
committerJason Gunthorpe <[email protected]>2021-01-21 10:26:15 -0400
commitefeb973ffce7f3460d814ab91f22cbbc1cce7af8 (patch)
tree579f75db5ad05dbb64038f14dcb3ecd26ca3fe71 /tools/perf/scripts/python/event_analyzing_sample.py
parent90da7dc8206a5999a23af719733f1cda26b5f815 (diff)
RDMA/uverbs: Don't set rcq for a QP if qp_type is IB_QPT_XRC_INI
An INI QP doesn't require receive CQ, the creation flow sets the recv counts to zero: if (cmd->qp_type == IB_QPT_XRC_INI) { cmd->max_recv_wr = 0; cmd->max_recv_sge = 0; The new IOCTL path also does not set the rcq, so make things the same. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Xiao Yang <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions