aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorYishai Hadas <[email protected]>2016-06-22 17:27:29 +0300
committerDoug Ledford <[email protected]>2016-06-23 10:07:03 -0400
commita6100603a4a87fc436199362bdb81cb849faaf6e (patch)
treeb1b993ebf09f7647d1c17ec97c89fb4dd5ede3ff /tools/perf/scripts/python
parentf2940e2c76bb554a7fbdd28ca5b90904117a9e96 (diff)
IB/mlx4: Fix error flow when sending mads under SRIOV
Fix mad send error flow to prevent double freeing address handles, and leaking tx_ring entries when SRIOV is active. If ib_mad_post_send fails, the address handle pointer in the tx_ring entry must be set to NULL (or there will be a double-free) and tx_tail must be incremented (or there will be a leak of tx_ring entries). The tx_ring is handled the same way in the send-completion handler. Fixes: 37bfc7c1e83f ("IB/mlx4: SR-IOV multiplex and demultiplex MADs") Signed-off-by: Yishai Hadas <[email protected]> Reviewed-by: Jack Morgenstein <[email protected]> Signed-off-by: Leon Romanovsky <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions