diff options
author | Mitko Haralanov <[email protected]> | 2016-03-08 11:14:42 -0800 |
---|---|---|
committer | Doug Ledford <[email protected]> | 2016-03-21 15:55:21 -0400 |
commit | 368f2b59d024fbb58015dfd0e09c54c424cda979 (patch) | |
tree | dfdc65b01c84af2135df971beb6382a7da8db61f /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | eef9c896a94e715fcf8eb41e98b2469319641c73 (diff) |
IB/hfi1: Remove the use of add/remove RB function pointers
The usage of function pointers for RB node insertion
and removal in the expected receive code path was
meant to be a small performance optimization. However,
maintaining it, especially with the new MMU API, would
become more troublesome as the API is extended.
Since the performance optimization is minor, remove the
function pointers and replace with direct calls.
Reviewed-by: Dennis Dalessandro <[email protected]>
Reviewed-by: Dean Luick <[email protected]>
Signed-off-by: Mitko Haralanov <[email protected]>
Signed-off-by: Jubin John <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions