diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2015-08-06 01:44:05 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-09 22:48:09 -0700 |
commit | 368b1d9c10acf99a855961ae6a1430591ee55f03 (patch) | |
tree | 1f0b44291e134fbe05ae318a4bfe5206327fa94f /net/switchdev/switchdev.c | |
parent | 55045ddded0f39d84c2ca019508973be8c595a78 (diff) |
net: dsa: mv88e6xxx: extend fid mask
The driver currently manages one FID per port (or bridge group), with a
mask of DSA_MAX_PORTS bits, where 0 means that the FID is in use.
The Marvell 88E6xxx switches support up to 4094 FIDs (from 1 to 0xfff;
FID 0 means that multiple address databases are not being used).
This patch changes the fid_mask for an fid_bitmap of 4096 bits.
>From now on, FIDs 1 to num_ports are reserved for non-bridged ports and
bridge groups (a bridge group gets the FID of its first member). The
remaining bits will be reserved for VLAN entries.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions