aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorBob Pearson <[email protected]>2023-04-05 04:26:09 +0000
committerJason Gunthorpe <[email protected]>2023-04-17 19:01:44 +0000
commit98e891b5e4d94ceb0844de3355c9218027426e72 (patch)
tree5bafae6e1b5bed5f0359b1edae69630caf581019 /tools/perf/scripts/python/net_dropmonitor.py
parentRDMA/rxe: Remove qp->comp.state (diff)
downloadkernel-98e891b5e4d94ceb0844de3355c9218027426e72.tar.gz
kernel-98e891b5e4d94ceb0844de3355c9218027426e72.zip
RDMA/rxe: Remove qp->req.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->req.state by qp->attr.qp_state and enum rxe_qp_state. This is the third 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/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions