diff options
author | Andrew Boyer <[email protected]> | 2018-05-07 13:23:37 -0400 |
---|---|---|
committer | Doug Ledford <[email protected]> | 2018-05-09 10:45:18 -0400 |
commit | 9f7b16afab9b47de471f4ef6a0c6c337f0a53566 (patch) | |
tree | 1955cf9601917996d43fee7f2e3db8c0689e3744 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | a75895b1ebd944a7873cbf76d30de8720955f8b3 (diff) |
RDMA/i40iw: Avoid reference leaks when processing the AEQ
In this switch there is a reference held on the QP. 'continue' will grab
the next event without releasing the reference, causing a leak.
Change it to 'break' to drop the reference before grabbing the next event.
Fixes: 4e9042e647ff ("i40iw: add hw and utils files")
Signed-off-by: Andrew Boyer <[email protected]>
Reviewed-by: Shiraz Saleem <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions