diff options
| author | Florian Fainelli <[email protected]> | 2017-10-20 14:39:46 -0700 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-10-23 03:06:47 +0100 |
| commit | 4daa70cfb69186a4fe70fa2fefc271a41ece5085 (patch) | |
| tree | 2602d75730fb21608ce2184402f1f9964aa4ac99 /tools/perf/scripts/python | |
| parent | 5d80bcbb631ce035f37bce1924fe73ed0d77b546 (diff) | |
net: dsa: bcm_sf2: Simplify bcm_sf2_cfp_rule_get_all()
There is no need to do a HW search of the TCAMs which is something slow
and expensive. Since we already maintain a bitmask of active CFP rules,
just iterate over those, starting from bit 1 (after the reserved entry)
to get a count and index position to store the rule later on.
As a result we can remove the code in bcm_sf2_cfp_rule_get() which acted
on the "search" argument, and remove that argument.
Signed-off-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions