diff options
author | Baowen Zheng <[email protected]> | 2021-06-29 09:22:11 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-07-01 11:13:10 -0700 |
commit | b18114476a1432ad1db5d5605bc8cd131814d264 (patch) | |
tree | 39e5b58bd822e1f4b0cc1838456bc7852f9e54bb /tools/perf/scripts/python/flamegraph.py | |
parent | a3609ac24c18947737f5bc1746b8735814c521d1 (diff) |
openvswitch: Optimize operation for key comparison
In the current implement when comparing two flow keys, we will return
result after comparing the whole key from start to end.
In our optimization, we will return result in the first none-zero
comparison, then we will improve the flow table looking up efficiency.
Signed-off-by: Baowen Zheng <[email protected]>
Signed-off-by: Louis Peens <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions