diff options
| author | Colin Ian King <[email protected]> | 2019-04-12 11:40:17 +0100 | 
|---|---|---|
| committer | Jason Gunthorpe <[email protected]> | 2019-04-12 11:19:49 -0300 | 
| commit | 1db86318c4d1a0d1c8a19535290f71a03a2f13ad (patch) | |
| tree | e9b7deb46b877a440c9d14adf22aa4736f2cf133 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 1c00d7bc96c2a4f5a8c8353705dec93bb036ad78 (diff) | |
RDMA/mlx5: Check for error return in flow_rule rather than err
Currently when the call to create_flow_rule_vport_sq fails, the error
check is being performed on err rather than on the return pointer
flow_rule.  The return flow_rule maybe NULL (which is not considered an
error) or an error code, so check for the error on flow_rule.
Addresses-Coverity: ("Uninitialized scalar variable")
Fixes: d5ed8ac34cef ("RDMA/mlx5: Move default representors SQ steering to rule to modify QP")
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Leon Romanovsky <[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