aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorFaisal Latif <faisal.latif@intel.com>2010-05-21 17:55:03 -0400
committerRoland Dreier <rolandd@cisco.com>2010-05-25 00:12:54 -0400
commitdf02902313feb1472bc6ec16e486f72b39e9d4b2 (patch)
tree6cb761596855ce1c34f0314e6e4139f8a75198d0 /tools/perf/scripts/python
parent39942a028c559e39495ae7b29a8dd9b0c3c03003 (diff)
RDMA/nes: Async event for closed QP causes crash
Under abnormal termination, modify_qp() closes the QP, and async event (AE) handling also attempts to close the same QP, causing a crash. Fix this by checking the state of the QP before processing the AE. Signed-off-by: Faisal Latif <faisal.latif@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
'n104' href='#n104'>104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173