aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev/switchdev.c
diff options
context:
space:
mode:
authorVivien Didelot <[email protected]>2015-08-10 13:09:47 +0000
committerDavid S. Miller <[email protected]>2015-08-11 19:03:18 +0000
commit194fea7bd8786e2b9332df3c6b21b53f15e5fa5a (patch)
treea6775720e871625e5f5cefa6bd069e7b815ee30f /net/switchdev/switchdev.c
parentnet: dsa: mv88e6xxx: define GLOBAL_ATU_FID (diff)
downloadkernel-194fea7bd8786e2b9332df3c6b21b53f15e5fa5a.tar.gz
kernel-194fea7bd8786e2b9332df3c6b21b53f15e5fa5a.zip
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions