diff options
author | Bob Pearson <rpearsonhpe@gmail.com> | 2023-04-05 07:26:08 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2023-04-17 22:01:44 +0300 |
commit | f55efc2ed206eedfed08e1c8f8552f64fc3a11dd (patch) | |
tree | 0b32fe0dbdfcc9de6efc82657c46361f79ab788c /tools/perf/scripts/python/stackcollapse.py | |
parent | a588429a66e92960b195b8dceb3fc5477a2b2f80 (diff) | |
download | linux-f55efc2ed206eedfed08e1c8f8552f64fc3a11dd.tar.xz |
RDMA/rxe: Remove qp->comp.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->comp.state by qp->attr.qp_state. This is
the second 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/20230405042611.6467-2-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions