diff options
author | Tobias Waldekranz | 2021-07-21 19:24:00 +0300 |
---|---|---|
committer | David S. Miller | 2021-07-22 00:26:23 -0700 |
commit | 8582661048eb64341edf73dd2ca828b4f039c5c2 (patch) | |
tree | ece8b1dcaf1c398f100ee29f5e4629918649c4ce /net/bridge/br_private_mrp.h | |
parent | f7cf972f9375388838b0fbdaa007ce8494646990 (diff) |
net: bridge: switchdev: recycle unused hwdoms
Since hwdoms have only been used thus far for equality comparisons, the
bridge has used the simplest possible assignment policy; using a
counter to keep track of the last value handed out.
With the upcoming transmit offloading, we need to perform set
operations efficiently based on hwdoms, e.g. we want to answer
questions like "has this skb been forwarded to any port within this
hwdom?"
Move to a bitmap-based allocation scheme that recycles hwdoms once all
members leaves the bridge. This means that we can use a single
unsigned long to keep track of the hwdoms that have received an skb.
v1->v2: convert the typedef DECLARE_BITMAP(br_hwdom_map_t, BR_HWDOM_MAX)
into a plain unsigned long.
v2->v6: none
Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_private_mrp.h')
0 files changed, 0 insertions, 0 deletions