diff options
| author | Bob Pearson <[email protected]> | 2023-04-05 04:26:07 +0000 |
|---|---|---|
| committer | Jason Gunthorpe <[email protected]> | 2023-04-17 19:01:44 +0000 |
| commit | a588429a66e92960b195b8dceb3fc5477a2b2f80 (patch) | |
| tree | 46e519624b1c8257ebe2863ab3e071b4e1a04d3a /tools/perf/scripts/python/flamegraph.py | |
| parent | RDMA/mlx5: Allow relaxed ordering read in VFs and VMs (diff) | |
| download | kernel-a588429a66e92960b195b8dceb3fc5477a2b2f80.tar.gz kernel-a588429a66e92960b195b8dceb3fc5477a2b2f80.zip | |
RDMA/rxe: Remove qp->resp.state
The rxe driver has four different QP state variables,
qp->attr.qp_state,
qp->req.state,
qp->comp.state, and
qp->resp.state.
All of these basically carry the same information.
This patch replaces uses of qp->resp.state by qp->attr.qp_state. This is
the first of three patches which will remove all but the qp->attr.qp_state
variable. This will bring the driver closer to the IBA description.
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 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
